Search Results

8
votes

How can I prevent XML::XPath from fetching a DTD while processing an XML file?

XML::XPath is based on XML::Parser. There is an option in XML::Parser to NOT use LWP to resolve external entities (such as DTDs). And XML::XPath lets you pass an XML::Parser objetc, to use as the p …
1
vote

Survey: how are you using ID/IDREF? (or key/keyref)

I mostly use XML for publishing, not to store data, so I use ID/IDREFs for links and cross-references (where the content of the element with the IDREF will be pulled from the element with the ID). …