Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] namespace value output at weird location

From: "Jacobs, Robert A." <ra.jacobs@------->
To:
Date: 4/1/2005 12:11:00 AM
That did it, thanks.

I guess what I don't understand, then, is why that
namespace value didn't show up in the following lines(<li><br><ul>):

--------------
TUTOR: Select Colors for House Painting<br
xmlns:jtt="http://mil.jcsj2t.jtt30"><ol xmlns:jtt="http://mil.jcsj2t.jtt30">
   <li>Select one of the following:<br><ul>
----------

So is "exclude-result-prefixes=" boilerplate then when
namespaces other than xsl are included in a stylesheet?

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, March 31, 2005 5:59 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] namespace value output at weird location



When you use a literal result eleemnt such as <br/> in your stylesheet
it gets copied to the result along with all its namespace nodes (except
those namespaces that are not copied) Initially th eonly namespace that
isn't copied is the xsl one, but you also have jtt in scope which you
don't want copied so add
add exclude-result-prefixes="jtt" to xsl:stylesheet.

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
________________________________________________________________________


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent