|
Subject:
|
Searching a XML database with Javascript
|
|
Posted By:
|
wromee
|
Post Date:
|
4/13/2006 9:38:13 PM
|
I'm new to XML. Can somebody please show me how to search for a specific record in the XML table using JavaScript. Thanks in advance
|
|
Reply By:
|
mhkay
|
Reply Date:
|
4/14/2006 2:33:20 AM
|
This is well covered in any introductory book on XML.
JavaScript is a very low-level way of accessing XML, unless you combine it with XPath, which you can do.
Michael Kay http://www.saxonica.com/ Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
|