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]
Other format: [Raw text]

RE: new member


You'll find an example that replaces newline characters by <br/>
elements in the FAQ for this list under "replace".

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Balaji Ramachandran
> Sent: 20 May 2002 22:51
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] new member
> 
> 
> hi,
> 
> i wanted to convert all CDATA in the imput xml to
> html.
> while doing this, its converting all the < to &lt;
> which is fine.
> 
> <![ CDATA [<abstract>
> <para>
> <text/></para>
> </abstract>]]>
> 
> converting to: 
> &lt;abstract&gt;&lt;para&gt;&lt;text/&gt;&lt;/para&gt;&lt;/abs
> tract&gt;
> 
> but I want them to put as newline for each line 
> &lt;abstract&gt; <br/> &lt;para&gt;<br/> 
> &lt;text/&gt;<br/>&lt;/para&gt;<br/>&lt;/abstract&gt;
> <br/>
> 
> 
> 2. And also I want to generate a toc from a list of
> xml files. how can i generate?
> 
> How will I acheive this?
> 
> Thanks
> 
> - Balaji
> 
> 
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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]