Next in thread → Next in month →

Re: [xml-dev] XSL help is required. [Virus Checked]

From
<>
To
"AYYALA, PAVITHRAN" <>
Date
2004-10-07T14:38:08Z
ID
<>
Thread
Re: [xml-dev] XSL help is required. [Virus Checked]

I think you also have to encode < as &lt; and > as &gt;

HTH

Ramprakash Gopinathan (MCSD.NET, MCAD.NET)
Aon Risk Services IT
312-381-4080




"AYYALA, PAVITHRAN" <[email protected]>

10/07/2004 09:09 AM

       
        To:        <[email protected]>
        cc:        
        Subject:        [xml-dev] XSL help is required.  [Virus Checked]



Hi XML Guru's,
I need ur help to rectify the problem in the below code,or suggest me another alternative to achive the feature.
In the given below anchor tag,becoz of the bold code xsl code it is giving "NOT WELL FORMED " error.

How can i rectify the error.


     <a href="javascript:void(0);" onclick="MM_openBrWindow('&imgurl;/vendor.do?<xsl:value-of          select="mail/invoice_header/due_date"/>','VendorInfo','scrollbars=yes,resizable=yes,width=400,height=300')">

          <xsl:value-of select="mail/invoice_header/vendor_name"/>
          </a>

 

Thanking u all inadvance

Pavi

Next in thread → Next in month →