Hmmm, never used that function before...
You could revert to <xsl:key .. /> and key(...) with which it should be able to
do the same, I think..
:)
Jason Dusek wrote:
Just for _processing_ the xml namespaces aware the actual schema is not
this is not true - if you want to use
<xsl:template select="id('some-id')">
<!-- etc. -->
</xsl:template>
then the schema has to specify that your id attributes are of type
xs:ID, as it says in the spec:
NOTE:In order for such an attribute to be used with the XPath id
function, it must actually be declared in the DTD as being an ID.
(from http://www.w3.org/TR/xslt#section-Embedding-Stylesheets)
that's why i started writing schemas and putting in namespaces in the
first place.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Drs. G.P.H. Josten
Consultant
Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665 JZ Bleiswijk
Tel: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
www.daidalos.nl
De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is
uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken
wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]