Re: [xsl] Removing Nulls

Subject: Re: [xsl] Removing Nulls
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Wed, 31 Jan 2001 16:54:03 +0000




by way of Mulberry Technologies List Owner wrote:

From: Aravind Venkat <AravindV@xxxxxxxx>
To: "'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'" <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Removing Nulls
Date: Wed, 31 Jan 2001 10:03:15 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain

Hi,

I have an XML file that has null characters 0x0 in each node. I want to
know how would I remove these null characters when I translate the XML
document to HTML. Our HTML processor is not properly processing the nulls.
We are using XALAN XSL and I am a beginner learning XSL.


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



try <xsl:strip-space element='someelementtostripallwhitespacefrom'/>

otherwise an example xml file/snippet would be apprec so we can know exactly what u mean.

, jim fuller


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



Current Thread