XSL Newbie but a really annoying problem
- From: danmat46@xxxxxxxxxxxxxx
- Date: Tue, 29 Jan 2008 03:28:20 -0800 (PST)
Morning all,
Just started out with XSL.
Now working on my first example I have the following XML structure
<topLevel>
<repeatLevel name="hello" type="hello">
<![CDATA[sometext in here]]>
</repeatLevel>
<repeatLevel name="hello2" type="hello2">
<![CDATA[more text in here]]>
</repeatLevel>
</topLevel>
Now developing the XSL is going fine, I have an html table with three
columns and been able to output the name and type but I cannot get the
CDATA's text in the third column.
Is this possible?
And no unfortunatly I cannot change the XML format to add the CDATA as
an attribute.
Any help welcomed!
Thank you
.
- Follow-Ups:
- Re: XSL Newbie but a really annoying problem
- From: Martin Honnen
- Re: XSL Newbie but a really annoying problem
- From: Pavel Lepin
- Re: XSL Newbie but a really annoying problem
- Prev by Date: how to Update/insert an xml element's text----> (<element> text</element>)
- Next by Date: Re: Easy way to Convert One source XML to 4 different XML formats
- Previous by thread: how to Update/insert an xml element's text----> (<element> text</element>)
- Next by thread: Re: XSL Newbie but a really annoying problem
- Index(es):
Relevant Pages
|