[Gambas-user] xslt-tranformation in Gambas 2.9
Jaap Cramer
jaap_cramer at ...67...
Mon Dec 1 00:38:57 CET 2008
Hi Benoit.
because it is part of a huge program, with a lot of data, I wrote this little app. It's lika a function to determine the amount of verses in a chapter of a biblebook (in this case Jonah). The data is from www.tanach.us, freely available.
In previous versions of Gambas this sort of routine worked fine. This is the errordiscription:
symbol lookup error: /usr/lib/gambas2/gb.xml.xslt.so: undefined symbol: XML_InitDocument
I cannot execute the xslt stylesheet transformation. I hope I answered your question?
tnx
Jaap
> From: gambas at ...1...
> To: gambas-user at lists.sourceforge.net
> Date: Mon, 1 Dec 2008 00:16:34 +0100
> Subject: Re: [Gambas-user] xslt-tranformation in Gambas 2.9
>
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
_________________________________________________________________
Jouw nieuws en entertainment, vind je op MSN.nl!
http://nl.msn.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xmlbug-0.0.1.tar.gz
Type: application/x-gzip
Size: 16871 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20081201/02abea93/attachment.bin>
More information about the User
mailing list