Talk:Import and export: Difference between revisions
(Added Xalan error message) |
|||
Line 20: | Line 20: | ||
Which XSLT processor was the stylesheet designed to work with? | Which XSLT processor was the stylesheet designed to work with? | ||
--[[User:Akaihola|Akaihola]] 01:36, 31 May 2007 (PDT) | --[[User:Akaihola|Akaihola]] 01:36, 31 May 2007 (PDT) | ||
== Wrong external URL for conversion == | |||
The URL for online conversion is wrong. It should be: | |||
http://www.liberatedcomputing.net/mm2fm instead of '.org' | |||
--[[User:Hc|Hc]] 12:16, 14 August 2007 (EST) |
Revision as of 10:19, 14 August 2007
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)
Wrong external URL for conversion
The URL for online conversion is wrong. It should be:
http://www.liberatedcomputing.net/mm2fm instead of '.org' --Hc 12:16, 14 August 2007 (EST)