Salut Adrien,

Dim Xml as New XmlDocument
        Xml.FromString("path to 'US-presidents-3.xml'")

that works now. Ran actually rev.4656

But loading xml2file.xslt like that

Dim Xsl as New XmlDocument
        Xsl.FromString("path to 'xml2file.xslt'")

raise an error .

next file which will be loaded is xml2macro.xslt

both will pass by a 
        Outfile = XSLT.Transform(Xml, Xsl)

Hope that's useful for getting further

-- 
Amicalement
Charlie

Attachment: xml2file.xslt
Description: application/xslt

Attachment: xml2macro.xslt
Description: application/xslt

Attachment: US-presidents-3.xml
Description: XML document

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to