xsl-list
[Top] [All Lists]

Losing schemalocation

2005-02-15 16:47:00
Hello,

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?

Karl

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