xsl-list
[Top] [All Lists]

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

2004-12-06 10:53:11

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--