Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP XML
|
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP XML 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 March 17th, 2004, 05:57 AM
Authorized User
 
Join Date: Jun 2003
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Kabe
Default looping tree based on identical value of a child

how to write this in asp ?
--> for each same <id>-value, collect <name>-values

result:
1 = sunday
2 = monday + thuesday

<tree>
<record>
<name>monday</name>
<id>2</id>
</record>
<record>
<name>sunday</name>
<id>1</id>
</record>
<record>
<name>thuesday</name>
<id>2</id>
</record>
</tree>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ex10_01 Identical code, different output tonyjeffs BOOK: Ivor Horton's Beginning Visual C++ 2005 4 December 7th, 2007 05:50 AM
Finding identical values voskoue Access VBA 7 January 30th, 2007 08:43 AM
Tree Menu Based on Directories red_fiesta Classic ASP Professional 4 November 1st, 2006 08:42 AM
traversing a tree based on an array of strings muki XSLT 1 February 16th, 2006 09:54 AM
Match element based on attribute of child? transom XSLT 1 September 11th, 2005 03:26 PM





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