xsl-list
[Top] [All Lists]

RE: Measure the length of an XML document in bytes

2005-08-05 10:03:45
-----Original Message-----
From: Khorasani, Houman 

<xsl:element name="OrderRequest">

Becomes in the output:
<OrderRequest xmlns:my-class="xalan://ELSPackage.XMLGetFileSize">

How do I prevent that each XML tag retrieves this namespace?

I tried to solve it in this way, but it doesn't work:

<xsl:stylesheet version="1.0"
xmlns:my-class="xalan://ELSPackage.XMLGetFileSize"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
exclude-result-prefixes="OrderRequest">


Change to 
exclude-result-prefixes="my-class"

/MJ



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