[Home] [By Thread] [By Date] [Recent Entries]


> 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: Michael.H.Kay@n...
work: Michael.Kay@s... 


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member