[Gambas-user] rev. 4651 and new gb.xml

Charlie Reinl Karl.Reinl at ...2345...
Sun Apr 22 19:45:07 CEST 2012


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: xml2file.xslt
Type: application/xslt+xml
Size: 541 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120422/63fa1a9f/attachment.xslt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xml2macro.xslt
Type: application/xslt+xml
Size: 2716 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120422/63fa1a9f/attachment-0001.xslt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: US-presidents-3.xml
Type: application/xml
Size: 5170 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120422/63fa1a9f/attachment.xml>


More information about the User mailing list