Does anyone have anymore infromation on the XMLTools[Tranformation]() package function? The help? files are limited and unchanged since 9.5 ( i suspect earlier ) - does the XSLT use XPath or another method, as the schemas ( given in the help files ) use statements like: ...xpath=".//xppmath|.//xppedit"/... Is this strictly and 'xsd:selector' syntax or can the xpath selection be given in an xsl transformation document? - at the moment the statement: ...value-of select=\"node_name/@*|text()\"... will select the attribute of the node and and: ...value-of select=\"node_name\"... will select the text value associated with the node. The //, * and @ work while the . operator and the selection filters(?) ..[ node_name = \"*\" ]..does not. How are the XSLT node functions: position(),name()..implimented? Also the ...output=\"text\"... seems to use a different selection statements than the ...output=\"html\"... output method, why is this? Completely aside (if you can not see the progression ) has anyone been able to transform an external document directly into a maple worksheet, and is there any suggestions? Any help would be appreciated

Please Wait...