RE: [xml-dev] XPath/XSLT 2.0 concerns

From
Michael Kay <>
To
'Dare Obasanjo' <>, 'Mike Champion' <>
Date
2002-10-02T19:06:32Z
ID
<001301c26a46$d27da5e0$6401a8c0@pcukmka>
Thread
RE: [xml-dev] XPath/XSLT 2.0 concerns
> Too true, I'm sure many others can't wait to write template 
> matches like
> 
> 
> <xsl:template match="ipo:shipTo[. instance of element of type 
> ipo:USAddress]/ipo:state[. instance of element of type 
> ipo:USState]" />
> 
> instead of 
> 
> <xsl:template match="ipo:shipTo/ipo:state" />
> 
> because of the gains of schema aware processing

Sure, the current syntax is awful, but I'm pushing for things like

  match="~ipo:USAddress/~ipo:USState"

Michael Kay
Software AG
home: 
work: