Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 15th, 2010, 04:39 PM
Authorized User
 
Join Date: Jan 2010
Posts: 33
Thanks: 13
Thanked 0 Times in 0 Posts
Default asp.net with xsl output data

Hi,

I have a xml input file looks like this
<HouseAvailabilityListResults size="3">
<House>
<HouseId>109277</HouseId>
<name>Park Central New York House</name>
<address1>870 7th Ave</address1>
<address2>blablabla</address1>
<address3>blablabla</address1>
</House>
<House>
<HouseId>112922</HouseId>
<name>Hilton New York</name>
<address1>1335 Avenue Of The Americas</address1>
<address2>blablabla</address1>
<address3>blablabla</address1>
</House>
<House>
<HouseId>111484</HouseId>
<name>Salisbury House</name>
<address1>123 W 57th St</address1>
<address2>blablabla</address1>
<address3>blablabla</address1>
</House>
</HouseAvailabilityListResults>

I can use help on a XSL file and some asp.net code to populate a dropdown using name element and also that the selected row in the dropdown will have its houseid, name and address1 displayed in the same page. Thanks in advance.





Similar Threads
Thread Thread Starter Forum Replies Last Post
The output of ASP.NET driven web pages Miko2 ASP.NET 2.0 Basics 19 September 29th, 2007 11:19 PM
XSL:output method="text" Pankaj C XSLT 4 August 2nd, 2007 10:05 AM
ASP.NET XSL Parameter Problem kwilliams ASP.NET 2.0 Basics 1 July 6th, 2007 04:43 PM
xsl:element not on its own line in output EstherMStrom XSLT 3 February 26th, 2005 06:08 AM
PDF output problem using XSL pulavarthi XSLT 1 November 6th, 2003 05:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.