Extracting data from XHTML with XSL
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to figure out how to extract data from an ASP.NET generated table. Here's an excerpt of the HTML: ... ... // <--- Row that contains the data that is repeated ...
// <-- I want to extract the photo ID
87 000$ // I want to extract the price. The ID increments ct103_lblPrice would be the next row.
Can someone help me with this problem?