Encoding a portion of a file

A

Aaron

Hello,

I wish to encode this portion of code from a xslt file that is combined with
and xml file for a asp:xml control, code is below.

TIA
Aaron

<table border="0" width="75%">

<xsl:for-each select="Entry">

<xsl:sort select="DateTime" order="descending"/>

<tr>

<td colspan="2"><xsl:value-of select="Comments"
disable-output-escaping="yes" /></td>

</tr>

<tr>

<td>Posted by:<a href="mailto:{Email}"><xsl:value-of
select="Name"/></a></td>

<td align="right"><xsl:value-of select="DateTime"/></td>

</tr>

<tr>

<td colspan="2"><hr color="Background"/></td>

</tr>

</xsl:for-each>

</table>
 
O

Oleg Tkachenko [MVP]

Aaron said:
I wish to encode this portion of code from a xslt file that is combined with
and xml file for a asp:xml control, code is below.

You betetr elaborate your question, it's really unclear what do you mean.
 
A

Aaron

Oleg,

I wish for this area to be encode so a spider/bot can not capture/scrape
anything useful from the webpage(s). Only someone that renders and loads the
page can see what text is there.

TIA
Aaron
 
O

Oleg Tkachenko [MVP]

Aaron said:
I wish for this area to be encode so a spider/bot can not capture/scrape
anything useful from the webpage(s). Only someone that renders and loads the
page can see what text is there.

Usual approach is to store secret data on server side and render it in
safe form to client side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top