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]

Re: Urgent please


Geert,

Thanks a lot for replying to me.

I tried to put "<![CDATA["  in the xml file and still getting the results as
"&#60;a href=\"/products/intermedia/\">Oracle interMedia Java classes for Servlets
and JSPs&#60;/a>

I don't wanna to change my xml file. I need to do something on the xsl to get a link
in the HTML page?
Any ideas?

Reghu


Geert Vanden Broeck wrote:

> Just put ca CDATA section in the DESCRIPTION container
> ie:
>
> <DESCRIPTION>
>   <![CDATA[
>         &#60;a href=\"/products/intermedia/\">Oracle
>         interMedia Java classes for Servlets and JSPs&#60;/a> are now available.
>         Use these classes to move multimedia data in and out of an Oracle8i
>         database.
>   ]]>
> </DESCRIPTION>
>
> you will need to change the &#60; and &#60; encoding to < and >
>
> Geert
>
> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Reghu Krishna
> Pillai
> Sent: woensdag 10 januari 2001 9:15
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] Urgent please
>
> Hi all,
> I have a problem in writing the XSL . The xml file format is like
>
> <ROWSET>
>    <ROW num="1">
>       <TITLE>New InterMedia Java Classes</TITLE>
>       <URL>/products/intermedia/</URL>
>       <CATEGORY>Database</CATEGORY>
>       <DESCRIPTION>&#60;a href=\"/products/intermedia/\">Oracle
> interMedia Java classes for Servlets and JSPs&#60;/a> are now available.
> Use these classes to move multimedia data in and out of an Oracle8i
> database.</DESCRIPTION>
>       <ENTRY_DATE>13-NOV-2000</ENTRY_DATE>
>    </ROW>
> </ROWSET>
>
> I need to give a link on "InterMedia Java classes for Servlets and JSPs"
> (which is part of the DESCRIPTION element)
> So when I write xsl to display it in HTML format, it is simply printing
> as "<a href=\"/products/intermedia/\">Oracle interMedia Java classes for
> Servlets and JSPs</a>"(No link is displayed). Do anyone have any
> solutions in mind? It will be very helpful to me.
>
> Thanks in advance
> Reghu
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  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]