>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]

Reply via email to