On 1 Apr 2008 at 20:00, Camilo Aguilar wrote: Date sent: Tue, 1 Apr 2008 20:00:51 -0500 From: "Camilo Aguilar" <[EMAIL PROTECTED]> To: "André Bargull" <[EMAIL PROTECTED]> Copies to: [email protected], [EMAIL PROTECTED] Subject: Re: [Laszlo-user] xpath parser for javascript
> Thanks André for your answer. > > It would be great if we had support in laszlo for some additional > functions of xpath at least. Functions like starts-with, ends-with, > contains, matches, replace and number expressions like > /bookstore/[EMAIL PROTECTED] > 300]/@title. > > What is the state of this in Laszlo ? Some developer of laszlosystems > or openlaszlo is actually working for add better xpath support ? > > Best Regards, > > Camilo Aguilar On 1 Apr 2008 at 20:00, Camilo Aguilar wrote: > Thanks André for your answer. > > It would be great if we had support in laszlo for some additional > functions of xpath at least. Functions like starts-with, ends-with, > contains, matches, replace and number expressions like > /bookstore/[EMAIL PROTECTED] > 300]/@title. > > What is the state of this in Laszlo ? Some developer of laszlosystems > or openlaszlo is actually working for add better xpath support ? > > Best Regards, > > Camilo Aguilar Instead of using javascript, have you considered using eXist as a native backend XML database? http://exist.sourceforge.net/ It is XQuery 1.0 / XPath 2.0 compatible. There is an old tutorial in the OpenLaszlo forum explaining how to connect OpenLaszlo client to eXist database. Try out the eXist sandbox first ..... http://demo.exist-db.org/sandbox/sandbox.xql returns to OpenLaszlo are all XML format. d~l
