[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Types and Context
- From: Gavin Thomas Nicol <gtn@ebt.com>
- To: xml-dev@lists.xml.org
- Date: Sat, 01 Jan 2000 12:45:57 -0500
> > But it would be more extensible if we had a way of matching *all*
> > elements of the this:person type instead:
> >
> > <xsl:template match="*[xs:type('this:person')]">
> > ...
> > </xsl:template>
>
> Exactly - this also covers the symmetrical (but I hope less frequent)
> case where elemements of different types have the same name (which XML
> Schema permits as long as they are not in the same content model).
So, from a practical perspective, when would you want to use this? What
application requires such functionality?