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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Canonical XML

[ Lists Home | Date Index | Thread Index ]

Yes, some kind of canonicalization sounds like what you want.

If you have qnames in content (E.g., like xslt), then you need exc-c14n.
Do you have to care about namespace declarations moving?
        <foo xmlns:tns="....">
             <tns:xxx>...
compared to
        <foo>
             <tns:xxx xmlns:tns="....">...
If not, then a simple expat-based processor that sorted attributes
and always wrote closing tags will probably work fine.

        /r$

-- 
Rich Salz                  Chief Security Architect
DataPower Technology       http://www.datapower.com
This address will be going away; please use rsalz@us.ibm.com


  • References:



 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS