OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dss message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Interop Testing


Hi Interop Team,

   I managed to Verify Tommy's enveloped-xml-signature-1.xml but only if I
added the DTD fragment as follows (i.e. lines 2-4) :

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Envelope [
<!ATTLIST Envelope Id ID #IMPLIED>
]>
<Envelope xmlns="urn:example:envelope"
Id="I71c403bf74107a73e2d108b721ae1609">
.
.
.
.

Similarly I was successful with Tommy's enveloping-xml-signature-1.xml but
only if I added the DTD fragment as follows (i.e. lines 2-4) :


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Object [
<!ATTLIST Object Id ID #IMPLIED>
]>
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#";>
.
.
.
.



Ed


P.S.


I vote for DTD fragments. Even if we have to ask the client to insert them.




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]