On dimanche 30 novembre 2008, Jaap Cramer wrote:
> Hello
>
> I use the xml and XSLT.Transform routines. And they seem not te wokr
> anymore, from Gambas version 2.9. I saw on the changelog some changes, but
> I wonder how to use it correct.
>
> I want to apply al XSLT tranformation an a XSL sheet.
> Code that used to work:
>
>   DIM x_Xslt, x_Q AS NEW XmlDocument
>   DIM s as String
>
>   s = file.Load("xml/tanach/LastVerse.xml")
>
>   x_Xslt.FromString(s)
>   x_Q = Xslt.Transform(x, x_xslt)
>   s = x_Q.ToString("utf-8")
>
> ____________
>
> Any help or documentation?
>
> tnx in advance.
> Jaap
>

Can you provide a complete project and explain what does not work exactly?

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to