2 messages in com.googlegroups.google-gadgets-apixsltProcess
FromSent OnAttachments
Philip27 Jan 2006 06:55 
phil paxton29 Jan 2006 06:51 
Subject:xsltProcess
From:Philip (exa@gmail.com)
Date:01/27/2006 06:55:24 AM
List:com.googlegroups.google-gadgets-api

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