Topic: Reading XML document as it is in XSL (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=30858" title="Pages that link to Topic: Reading XML document as it is in XSL (Page 1 of 1)" rel="nofollow" >Topic: Reading XML document as it is in XSL <span class="small">(Page 1 of 1)</span>\

 
Nimmala
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2009

posted posted 02-19-2009 09:08

Hi i have the xml like below

<?xml version="1.0" encoding="UTF-8" ?>
- <content>
- <channel ID="upc_0">
- <section ID="2541178075623443">
- <subsection ID="2692141400124843" bulleted="false" display_title="false" image_active="false" link_active="true" link_name="gmail" link_target="_blank" link_url="http://gmail.com" portal_one_link_url="http://gmail.com" section_type="teaser_data" title="New Sub-Section" uportal_one_link_url="http://gmail.com" wrap_links="false">
<pre>rr aa mm ee ss hh</pre>
</subsection>
</section>
</channel>
</content>

i want to read <pre> tag of subsection tag as it is in xsl how i can achieve this like below

<xsl:stylesheet>
-----
----------
<pre>rr aa mm ee ss hh </pre>
-------
</xsl:stylesheet>

I need help on this.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu