Community

Simple parsing of space-separated attributes in XPath/XSLT

(Micah Dubinko) It’s a common need to parse space-separated attribute values from XPath/XSLT 1.0, usually @class or @rel. One common (but incorrect) technique is simple equality test, as in {@class=”vcard”}. This is wrong, since the value can still match and still have other literal values, like “fo

Read More - Register for Free Membership