XML with embedded <A HREF> tags

admin

Administrator
Staff member
I'm new to XML and I have an XSL document that I am using to build a table.In this table I read through the elements to build a Zip Code listing.Something like:Zip City12345 The City Name12345 The City Name12345 The City Name12345 The City Name12345 The City NameI have a third column that only has the word "Select" and it's a link toanother page. Inside the <A HREF=http://forums.devx.com/archive/index.php/""> tag I need to add the zip code as aquery string so the next page will be passed the select zip code from thecurrent page. I am not having much luck doing so... so I'm asking for help.Here is a sample of the method I'm using to build the table. How can I addthe value of the zip code field to the <A Href>?Any help would be very much appreciated.Thanks,Greg Rothlander<!-- Detail Records --><table>
 
Back
Top