Hi,
   I have a following XML : 

<root>
  <summary>
     <a
href="javascript:window.open('..','..'...);">Link</a>

  </summary>
</root>

I am using xtags-library to read the summary as :

<xtags:copyOf context=... select="//summary"/>

All the "'" are converted into &apos; It works on
mozilla but not Netscape 4.79. I tried saving the page
and then manually replaced all "&apos" back to "'" and
it worked. Now, what I am trying to do is to use
Xpath's translate() function to convert all &apos back
to "'". Each time I am getting errors. Please help!


Thanks,
-Ashish

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to