PDA

View Full Version : Using XPath Syntax


Anne
01-11-2003, 12:31 PM
The following exchange on XPath Syntax was posted on the Bogart discussion list:

Question:
I'm interested in using some XPATH queries. I am not sure what the syntax is - how to use it with a laszlo dataset. Would you mind forwarding some examples? I'd like to use the count and other select queries. A quick example would be helpful.

Thanks

Laszlo suggestion:

To get started, you should look at the XPath example here:- http://www.laszlosystems.com/lps-b2/examples/index.html The basic idea with XPaths is to let you navigate an XML document in an almost directory-like syntax.

Take care,

Antun

I suggest you also look at the tutorial on connecting your Laszlo apps to data at http://www.laszlosystems.com/developers/learn/documentation/tutorials/data.php - Anne