I have an XML file and an XSL file. This combination works fine when
opened in a browser. It fails when the XSL file is embedded as a string
in my module.xml file. Is there anything special that I need to know.
I have used xmlParse to read in the XML file and the XSL string.
xsltProcess is used to perform the transformation and xmlText is used
to convert to html.
I have tried the nxsl API but couldn't come to grips with that. XSL is
easier for me to test.
I am trying to convert an XBEL file as used by the Bookmark Sychronizer
extension for Firefox.
Thanks