473,378 Members | 1,152 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Encoding a portion of a file

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>
Nov 19 '05 #1
3 915
Aaron wrote:
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.

--
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com
Nov 19 '05 #2
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

"Oleg Tkachenko [MVP]" <so**@body.com> wrote in message
news:uc**************@TK2MSFTNGP12.phx.gbl...
Aaron wrote:
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.

--
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com

Nov 19 '05 #3
Aaron wrote:
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.

--
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com
Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Aaron | last post by:
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%">
15
by: Anand Ganesh | last post by:
HI All, I have an Image. I want to clip a portion of it and copy to another image. How to do this? I know the bounding rectangle to clip. Any suggestions please. Thanks for your time and...
2
by: MWells | last post by:
I've encountered an interesting issue regarding Url encoding that I'm hopeful someone can shed some light on. I have some vanity Url's that have to contain filename content, using the file...
0
by: Chris McDonough | last post by:
ElementTree's XML serialization routine implied by tree._write(file, node, encoding, namespaces looks like this (elided): def _write(self, file, node, encoding, namespaces): # write XML to file...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.