- From: Konrad Lanz <Konrad.Lanz@iaik.tugraz.at>
- Date: Tue, 30 Oct 2007 21:35:05 +0100
- To: Sean Mullan <Sean.Mullan@Sun.COM>
- CC: XMLSec <public-xmlsec-maintwg@w3.org>
- Message-ID: <47279579.3030102@iaik.tugraz.at>
Hi Sean, If we change this we wouldn't be "1 to 1" testing the example in the c14n 1.1 spec any more. Konrad Sean Mullan wrote: > Regarding the new test cases for the xml:base issue, I believe the issue > raised is that the input documents use ID attributes rather than xml:id > attributes. In fact, they use a mixture of both. Here is the > xmlbase-c14n11spec-input.xml file: > > <!DOCTYPE doc [ > <!ATTLIST e2 xml:space (default|preserve) 'preserve'> > <!ATTLIST e3 id ID #IMPLIED> > ]> > <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" > xml:base="http://www.example.com/something/else"> > <e1> > <e2 xmlns="" xml:id="abc" xml:base="../bar/"> > <e3 id="E3" xml:base="foo"/> > </e2> > </e1> > </doc> > > I suggest we change these to use all xml:id attributes in order to be > consistent with the rest of the test cases: > > <!DOCTYPE doc [ > <!ATTLIST e2 xml:space (default|preserve) 'preserve'> > <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" > xml:base="http://www.example.com/something/else"> > <e1> > <e2 xmlns="" xml:id="abc" xml:base="../bar/"> > <e3 xml:id="E3" xml:base="foo"/> > </e2> > </e1> > </doc> > > If there are any objections or questions, let me know. > > Thanks, > Sean > > -- Konrad Lanz, IAIK/SIC - Graz University of Technology Inffeldgasse 16a, 8010 Graz, Austria Tel: +43 316 873 5547 Fax: +43 316 873 5520 https://www.iaik.tugraz.at/aboutus/people/lanz http://jce.iaik.tugraz.at Certificate chain (including the EuroPKI root certificate): https://europki.iaik.at/ca/europki-at/cert_download.htm
Received on Tuesday, 30 October 2007 20:35:39 UTC