This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Removing Nulls






by way of Mulberry Technologies List Owner wrote:

> From: Aravind Venkat <AravindV@iS3C.com>
> To: "'XSL-List@lists.mulberrytech.com'" <XSL-List@lists.mulberrytech.com>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]