[xsl] new member

Subject: [xsl] new member
From: Balaji Ramachandran <developer3b2@xxxxxxxxx>
Date: Mon, 20 May 2002 14:50:42 -0700 (PDT)
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;/abstract&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


Current Thread