Re: [xsl] XML IDREFs

Subject: Re: [xsl] XML IDREFs
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 4 Mar 2005 17:47:37 GMT
> This is more of an XML question.

so please don't abuse this list by asking it here.

> How would I do a
> cross-reference with different xml files? 

You can't use XML ID validation for that.
(well if the two files don't include a doctype declaration you could
make a third which includes them both via entity references then
validate this new file)

otherwise you just need to use some other system eg xslt would do it for
you. just have a template for @refid that looks for the id in both
documents 9using document() to get the other doc.

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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)