xsl-list
[Top] [All Lists]

RE: Losing schemalocation

2005-02-15 23:27:15
Hi,

I have the following decleration:

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:sd="http://www.mygov.gov/schemas/ns/sdetail/2001/1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.mygov.az.gov/schemas/ns/sdetail
/2001/1.0
http://www.mygov.gov/schemas/sdetail/SDTransactions.xsd";
xmlns:date="http://exslt.org/dates-and-times"; 
exclude-result-prefixes="date">

Upon transformation, I am losing the following:

xmlns:xsl=...
xsl:schemaLocation=...

What is missing in my identity transformation?

Depends on what your identity transformation looks like. Does the template that 
matches xsl:stylesheet copy all of its attributes?

Cheers,

Jarno - Nick Sentience: March 2003 Mix

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>