Changes between Version 10 and Version 11 of CMDI 1.2/Schema sanity/Namespaces


Ignore:
Timestamp:
02/08/14 09:50:32 (10 years ago)
Author:
mwindhouwer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Schema sanity/Namespaces

    v10 v11  
    295295   * in XPath 2.0: `*:ToolService"`
    296296 * use a "flattener XSLT": this stylesheet will put all elements into the same namespace (and deliberately breaking validation). Users can than use their traditional XPath expressions. However, "flattened" CMDI instances SHOULD only be transient contexts, i.e. they MUST NOT be used for long term storage or exchange. (Menzo has prepared [attachment:flattenCMDnamespace.xsl such a style-sheet]. Thanks!)
     297 * use a [http://www.saxproject.org/filters.html SAX filter] to change incoming namespaces (here is an [http://stackoverflow.com/questions/277502/jaxb-how-to-ignore-namespace-during-unmarshalling-xml-document example] for adding such a filter to JAXB)