[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

manipulating string

Subject: manipulating string
From: Prakash R <raghits@xxxxxxxxx>
Date: Fri, 16 Sep 2005 13:42:58 -0700 (PDT)
manipulating string
Hi,

I have an XML which looks like this:

<item id="6902" sort="0">
	<name>Industrial Stripe Shirt</name>
	<description><![CDATA[
		<ul><li> TouchTex</li>
		<li> Convertible</li>
		<li> Pockets <br/>with pencil</li></ul>]]>
	</description>
</item>

Notice that description is CDATA and has some html
tags. Now I want to convert the description into a
fo:list-item which would look like this. Basically I
want to convert the HTML tags in CDATA to equivalent
FO tags using XSL. How can this be accomplished?

      <fo:list-block>
        <fo:list-item>
          <fo:list-item-label>
            <fo:block>.</fo:block>
          </fo:list-item-label>
          <fo:list-item-body>
            <fo:block>TouchTex</fo:block>
          </fo:list-item-body>
        </fo:list-item>
        <fo:list-item>
          <fo:list-item-label>
            <fo:block>.</fo:block>
          </fo:list-item-label>
          <fo:list-item-body>
            <fo:block>Convertible</fo:block>
          </fo:list-item-body>
        </fo:list-item>
        <fo:list-item>
          <fo:list-item-label>
            <fo:block>.</fo:block>
          </fo:list-item-label>
          <fo:list-item-body>
            <fo:block>Pockets</fo:block>
            <fo:block>with Pencil</fo:block>
          </fo:list-item-body>
        </fo:list-item>
      </fo:list-block>

Also, is there a way to treat CDATA as XML snippet by
itself? That would probably partly answer this
question.

Thank you.
Prakash

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.