|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Wikipedia on XML
> The way I understood Rick, however, which may > well be wrong, was that he did not want to move the OOXML documents to a > new namespace (which your example seems to be doing), but to parametrize > the XSLT stylesheet to cope with the new OOXML namespace his instances > have already been moved into. > > So that instead of: <xsl:stylesheet xmlns:ooxml="ooxml-v1" ... > he'd have: <xsl:stylesheet xmlns:ooxml="ooxml-v2" ... Yes. Or, better <xsl:stylesheet xmlns:ooxml="ooxml-v1" xmlns:ooxml2="ooxml-v2" ...> <xsl:equiv accept="ooxml2" as="ooxml" /> <xsl:template match="ooxml:blah"> ... Or even simpler to allow smarter wildcards inside names of matches including prefixes <xsl:stylesheet xmlns:ooxml="ooxml-v1" xmlns:ooxml2="ooxml-v2" <xsl:template match="ooxm*:*" >... (Michael: is that currently available? On the cards?) If W3C said "All prefix matching APIs should be able to use wildcards at the end of the prefix" and it was implemented everywhere, and backported to XPath1 too, that alone would give us many ways to do workarounds. Wildcard matching on the URI would seem to me to be more difficult, but it would be of some use to. Cheers Rick Jelliffe
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






