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


Ignore:
Timestamp:
02/07/14 12:26:54 (10 years ago)
Author:
mwindhouwer
Comment:

--

Legend:

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

    v9 v10  
    294294   * in XPath 1.0: `*[local-name()='ToolService’]`
    295295   * in XPath 2.0: `*:ToolService"`
    296  * 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 such a style-sheet. Thanks!)
     296 * 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!)