473,396 Members | 1,963 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,396 software developers and data experts.

Making portion of a page anti-spider/bot

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.
Here is the xslt snippet, it is part of a asp:xml tag:

<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>
TIA
Aaron

Nov 12 '05 #1
1 1113
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.
Here is the xslt snippet, it is part of a asp:xml tag:

<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>


If you publish HTML for rendering in browsers, there's no way to avoid
that the same data can be read by other tools as well.

Best regards, Julian
Nov 12 '05 #2

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

Similar topics

3
by: Oin Zea | last post by:
Is VB6 good for report making? Does someone knows how to make good reports with headings, tables and lines?
5
by: NanQuan | last post by:
I'm hoping someone can help me solve this error since I am at a total loss here. Usually I don't bother posting on any forums or groups on the internet and prefer to solve stuff myself but this is...
2
by: L Mehl | last post by:
Different users of the app will want or not want to see report footer ( appears as a separate page). I can make the section invisible with a DLookup of a Y or N value from a 'parameters' table ...
5
by: Dan | last post by:
We have a simple site. It's a frameset with two frames a left and a right. The left frame is essentially a list of records from a database (using a server-side repeater control). When you click...
11
by: Mark Rae | last post by:
Hi, Is there any way to modify the style of the button portion of an HtmlInput control? I have a CSS class which I use for all of the buttons to try to make them a little less ugly than the...
7
by: Andrew | last post by:
Hi, friends, I have a big problem: Based on a user's selection, portion of a web page need to be refreshed. For instance, if a user select Math, all avaible Math classes will be populated in the...
7
by: Dr J R Stockton | last post by:
I want page <URL:http://www.merlyn.demon.co.uk/js-quick.htmto open, in IE6, IE7, Firefox 2, and wherever else practicable, with the control labelled F.X0 fully visible at the top of the window and...
8
by: Chilly8 | last post by:
How to I change the HTML portiion of a PHP script? I want to modify the HTML portion of phpBB, and the code in there to have StatCounter record hits to that part of my web site. I already have the...
10
by: Jason | last post by:
I'm making a program that will convert decimal inputs (in this case, in inches) and output a fractional answer. At the moment, I'm only able to output the fractional answer in three parts: A whole...
5
by: sweetneel | last post by:
hi, all i have an asp.net web application. there is a master page and content pages. my startup page is default.aspx, which is a content page. i have a div portion in my default.aspx page. Now...
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:
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.