RE: [xsl] XML IDREFs

Subject: RE: [xsl] XML IDREFs
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 4 Mar 2005 17:52:36 -0000
> How would I do a
> cross-reference with different xml files?  Is there a
> way?  Is it even possible?

It's possible in XSLT 2.0, provided you have a schema:

<xsl:document validate="lax">
 <wrapper>
  <xsl:copy-of select="document('doc1.xml')"/>
  <xsl:copy-of select="document('doc2.xml')"/> 
 </wrapper>
</xsl:document> 

Michael Kay
http://www.saxonica.com/

Current Thread
  • [xsl] XML IDREFs
    • c p - Fri, 4 Mar 2005 09:33:16 -0800 (PST)
      • David Carlisle - Fri, 4 Mar 2005 17:47:37 GMT
      • Michael Kay - Fri, 4 Mar 2005 17:52:36 -0000 <=
      • <Possible follow-ups>
      • c p - Fri, 4 Mar 2005 10:24:57 -0800 (PST)