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

Adrien Prokopowicz adrien.prokopowicz at ...626...
Sun Apr 22 20:52:36 CEST 2012


Le dimanche 22 avril 2012 19:45:07 Charlie Reinl a écrit :
> 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

Solved in rev #4657.




More information about the User mailing list