.NETGURU
XML data islands
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngxml' list.


Bill Bassler
Can anyone point me to sample code for working with (client-side) XML data
islands that generate tabular master/detail datasets that expand & collapse.

Reply to this message...
 
    
Bill Bassler
Can anyone point me to some sample code that uses client XML data islands to
generate tabular master/detail UIs that can be expanded or collapsed?

Reply to this message...
 
    
Tim Curtin
send an XML tag to the page with XML via src="xmlfile.xml" or send the xml
in-line via a query. IE's DSO will repeat the records dynamically:
You could apply a filter on the client by using a stylesheet. Load a
stylesheet into a msxml2.domdocument object and do change to the xpath
expression in 'xsl:for-each' element and write the node value ="@lastname="
& strlastname and reload the resultant object back into the dataisland.
<xml id="myisland">
<?xml version="1.0"?>
<customers>
<customer id="123" firstname="Bill" lastname="Bassler"/>
<customer id="124" firstname="Bill" lastname="Buckner"/>
</customers>
</xml>
<body>
<table datasrc="myisland">
<thead>
<tr>
<th>CustID</th><th>First name</th><th>Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td><span datafld="id"></span></td>
<td><span datafld="firstname"></span></td>
<td><span datafld="lastname"></span></td>
</tr>
</tbody>

</table>

[Original message clipped]

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Reply to this message...
 
 




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification