Re: [xsl] Merging an imported xsd schema into the importing xsd schema with XSLT?

Subject: Re: [xsl] Merging an imported xsd schema into the importing xsd schema with XSLT?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 6 Dec 2004 17:53:11 GMT
> Is there a simple way in XSLT (2.0) to achieve this with XSLT?

don't you just want

<xsl:copy-of select="document(@href)/*/node()"/>

which will copy everything except the top level element from the file
specified by href=...

> Is the namespace replacement sufficient or do I have something more?
> How do I replace the prefixes with XSLT?

I dodn't understand either question, but you shouldn't need to mess with
prefixes at all, XSLT will ensure the reult comes out with some valid
namespace bindings.

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