Understanding X Path
If you are going to work with XML, you will need to understand Xpath. Xpath is the syntax by which elements or data inside an XML file are referenced. Parsers and XSLT use Xpath so that they can find the data that needs to be parsed or transformed. If you understand the fundamentals of XML and how it is formed, understanding Xpath is a logical next step. This is a brief explanation of how Xpath works and how it is used. (more…)
Wednesday, September 16th, 2009
One of the common data formats that we encounter today is XML. This could be just plane XML, or any of the standardized versions; cXML, ebXML, etc. But there are some basic commonalities between these. And if you haven’t dealt with XML much, you will need to know something about it sooner or later. This post is a brief introduction.