[xmlsec] Read FAQ 3.4 (XPointer) but still cannot seem to get things to work......

Aleksey Sanin aleksey at aleksey.com
Thu May 26 20:09:33 PDT 2005


> I still get errors......
> 
> At this stage i am running out of ideas... what else can i do to get 
> this to work?

The issue is that Id attribute is not recognized as an ID attribute.
Can you put the DTD fragment not in a separate file but in the file
you want to verify right after <?xml ...?> declaration:

<?xml version="1.0" ?>
<!DOCTYPE test [
   <!ATTLIST Body Id ID #IMPLIED>
]>
<soapenv:Envelope ...>
...
</>


Aleksey





More information about the xmlsec mailing list