Talk:Import and export
From FreeMind
Jump to navigationJump to search
vym conversion XSLT doesn't work with xsltproc and Xalan-c?
On my OpenSuse 10.2 box, the vym->FreeMind stylesheet when run with xsltproc from xmlsoft.org, complains about the @url test:
XPath error : Invalid expression
compilation error: file /tmp/vym2freemind.xslt line 23 element if
xsl:if : could not compile test expression '@url != '
When trying the same with Xalan-c 1.10.0 (Xerces 2.7.0), I get:
XPathParserException: Expected a token but reached the end of the expression instead.
expression = '@url != ' Remaining tokens are: ( '=') (/tmp/vym2freemind.xslt, line 23, column 27)
Which XSLT processor was the stylesheet designed to work with? --Akaihola 01:36, 31 May 2007 (PDT)