Re: [xsl] xsi:schemaLocation in target XML Doc using XSLT

Subject: Re: [xsl] xsi:schemaLocation in target XML Doc using XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Apr 2001 22:56:44 +0100

> but I am missing the xsi:schemaLocation in the target XML doc.
there is nothing special about that attribute to XSL, so it doesn't
appear because you haven't put it in the output. Just as for any other
attribute you want in the output, you need to add it to a literal result
element or with xsl:attribute.

You can take it out of the xsl:stylesheet element where it isn't doing
anything.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread