December 2009

You are browsing the archive for December 2009.

XPath

XPath is a language that describes a way to locate and process items in Extensible Markup Language (XML) documents by using an addressing syntax based on a path through the document’s logical structure or hierarchy. This makes writing programming expressions easier than if each expression had to understand typical XML markup and its sequence in [...]

XPointer

XPointer is a language for locating data within an Extensible Markup Language (XML) document based on properties such as location within the document, character content, and attribute values. XPointer consists of a description that comes after the # symbol in a Uniform Resource Locator (URL). XPointer can be used alone or together with XPath, another [...]