Click here to Skip to main content
15,894,195 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: C# .NET web services: Manipulating XML Pin
Not Active24-Dec-08 3:43
mentorNot Active24-Dec-08 3:43 
QuestionProblem with Installing Service from MSM in WIX Pin
swamy Narasimha23-Dec-08 4:36
swamy Narasimha23-Dec-08 4:36 
QuestionDynamically Creating Tables based on XSD or XML Pin
Dan Madden18-Dec-08 6:34
Dan Madden18-Dec-08 6:34 
AnswerRe: Dynamically Creating Tables based on XSD or XML Pin
led mike18-Dec-08 9:23
led mike18-Dec-08 9:23 
QuestionHTML Transparent Background Pin
Punitha_V17-Dec-08 14:16
Punitha_V17-Dec-08 14:16 
AnswerRe: HTML Transparent Background Pin
Brij18-Dec-08 1:10
mentorBrij18-Dec-08 1:10 
QuestionXmlSchemaValidationException Pin
mdv11316-Dec-08 5:35
mdv11316-Dec-08 5:35 
QuestionExtracting data from XHTML with XSL Pin
el_pablo12-Dec-08 8:07
el_pablo12-Dec-08 8:07 
Hi,

I'm trying to figure out how to extract data from an ASP.NET generated table.

Here's an excerpt of the HTML:

<body>
...
<table cellspacing="1" cellpadding="3" border="0" id="ctl00_ContentPlaceHolderDroit_GridView1" style="border-width:0px;width:690px;">
...
<tr class="txt_general" style="background-color:#F4F4F4;"> // <--- Row that contains the data that is repeated
<td style="width:70px;" rowspan="1" colspan="1">
<img src="../Photo.ashx?id=1576120" style="height:58px;width:70px;border-width:0px;" /> // <-- I want to extract the photo ID
</td>
<td rowspan="1" colspan="1">
<span id="ctl00_ContentPlaceHolderDroit_GridView1_ctl02_lblPrice">87 000$</span> // I want to extract the price. The ID increments ct103_lblPrice would be the next row.
<br clear="none" />
</td>
</tr>
...
</table>
</body>


Can someone help me with this problem?
Questiondeveloping new applications Pin
Matt Cushing12-Dec-08 2:35
Matt Cushing12-Dec-08 2:35 
AnswerRe: developing new applications Pin
Christian Graus12-Dec-08 19:49
protectorChristian Graus12-Dec-08 19:49 
GeneralRe: developing new applications Pin
Matt Cushing13-Dec-08 15:40
Matt Cushing13-Dec-08 15:40 
GeneralRe: developing new applications Pin
evden eve nakliyat20-Dec-08 15:12
evden eve nakliyat20-Dec-08 15:12 
QuestionI'm New To XML Pin
khande200811-Dec-08 16:05
khande200811-Dec-08 16:05 
AnswerRe: I'm New To XML Pin
Christian Graus12-Dec-08 19:50
protectorChristian Graus12-Dec-08 19:50 
Questionweb service - post xml data Pin
dotnetlover_1111-Dec-08 7:01
dotnetlover_1111-Dec-08 7:01 
AnswerRe: webservice - post XML data Pin
led mike11-Dec-08 7:52
led mike11-Dec-08 7:52 
QuestionXML Explanation Pin
Vimalsoft(Pty) Ltd11-Dec-08 2:04
professionalVimalsoft(Pty) Ltd11-Dec-08 2:04 
QuestionRe: XML Explanation Pin
led mike11-Dec-08 5:52
led mike11-Dec-08 5:52 
AnswerRe: XML Explanation Pin
Vimalsoft(Pty) Ltd11-Dec-08 18:56
professionalVimalsoft(Pty) Ltd11-Dec-08 18:56 
Questionxsd restriction Pin
User 5838528-Dec-08 15:44
User 5838528-Dec-08 15:44 
QuestionNeed help.. Pin
raveen8-Dec-08 7:28
raveen8-Dec-08 7:28 
QuestionRe: Need help.. Pin
led mike8-Dec-08 7:40
led mike8-Dec-08 7:40 
QuestionShowing Image Pin
amit sahu207-Dec-08 19:58
amit sahu207-Dec-08 19:58 
AnswerRe: Showing Image Pin
Christian Graus11-Dec-08 14:46
protectorChristian Graus11-Dec-08 14:46 
QuestionProblem: How to sort a XML file into another XML File ? Pin
zouzoulikou4-Dec-08 7:03
zouzoulikou4-Dec-08 7:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.