Aleksey Sanin wrote:
You are right. I added:
No, no warning when I sign it with:
xmlsec sign --privkey privkey.pem,privkey-cert.pem org.xml. But I will see if I can dig out a correct DTD for the document.
You might just add ID attributes declaration. You do not need full DTD. And probably I will change warning to an error.
<!DOCTYPE ThreeDSecure [
<!ATTLIST CRReq id ID #IMPLIED>
]>
to the document, and it finally validated ok (well, not using the online verifier, but at least locally).
My next challenge is to do this dynamically (so if anybody have experience on how to do that using libxml, feel free to spill the beans).
Thanks for helping me out.
--
Mvh, Marius Kjeldahl
_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec
