XPath

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Avoid the dangers of XPath injection by Robi Sen   - [Clicks: 21]
    With the proliferation of simple XML APIs, Web services, and Rich Internet Applications (RIAs), more organizations have adopted XML as a data format for everything from configuration files to remote procedure calls. Some people have even used XML documents instead of more traditional flat files or relational databases, but like any other application or technology that allows outside user submission of data, XML applications can be susceptible to code injection attacks, specifically XPath injection attacks.
    http://www.ibm.com/developerworks/xml/library/x-xpathinjection.html - Jul, 2007
  • Simplify XML reads and writes by Cameron Laird   - [Clicks: 12]
    XPath can dramatically simplify and speed applications with even modest XML involvement. If XPath isn't already in your toolkit, now's the time to add it. Concrete examples coded in brief Python make the appeal of query idioms apparent.
    http://www-128.ibm.com/developerworks/xml/library/x-simplifyxmlreads.html - Apr, 2007
  • Java object queries using JXPath by Bart van Riel   - [Clicks: 13]
    This article shows how to use the Apache Commons JXPath component to easily query complex Java object trees for data using the XPath expression language. It covers both basic and advanced features to increase your productivity quickly.
    http://www.javaworld.com/javaworld/jw-03-2007/jw-03-jxpath.html - Mar, 2007
  • Improve XPath Efficiency with VTD-XML by Jimmy Zhang   - [Clicks: 11]
    Even though XML and XPath have been around for several years, there's still room for performance improvements -- and VTD-XML and its XPath implementation provide them.
    http://www.devx.com/xml/Article/34045 - Mar, 2007

[Top]