← Prev in month
← Prev in thread
Re: [xml-dev] Help with XInclude...
In article <> you write: > <xi:include href="b.xml" >xpointer="/VULNERABILITIES/VULNERABILITY[ID_NUMBER=1070]/DESC"/> That's an XPath, not an XPointer. Try xpointer="xpointer(/VULNERABILITIES/VULNERABILITY[ID_NUMBER=1070]/DESC)"/> but there's no guarantee that your XInclude implementation supports the "XPointer xpointer()" scheme. -- Richard
← Prev in month
← Prev in thread