Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT 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 November 29th, 2005, 02:15 AM
Authorized User
 
Join Date: Apr 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default Grouping Indexes

Hi All,

How to do index grouping and sorting for the following keywords:

attribute mapping list, edit
attributes, blocks1
attributes, blocks2
attributes, blocks3
attributes, blocks4
attributes, blocks5
attributes, blocks6
attributes, blocks7

Should be like:

attribute mapping list
    edit
    blocks1
    blocks2
    blocks3
    blocks4
    blocks5
    blocks6
    blocks7

Can anyone help me with this?

Thanks,
Shailesh


 
Old November 29th, 2005, 02:27 AM
Authorized User
 
Join Date: Apr 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

could you please provide the xml file.

 
Old November 29th, 2005, 02:44 AM
Authorized User
 
Join Date: Apr 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Xml file:

<root>
<file path="c:\test\test001\sec1.htm">
<top>
<p>asafdsf</p>
<keys>
<key>attributes, blocks3</key>
<key>attributes, blocks4</key>
</keys>
</top>
</file>
<file path="c:\test\test001\sec2.htm">
<top>
<p>asafdsf</p>
<keys>
<key>attribute mapping list, edit</key>
<key>attributes, blocks1</key>
</keys>
</top>
</file>
</root>

Sorry for not providing xml file.


 
Old November 30th, 2005, 05:46 AM
Authorized User
 
Join Date: Oct 2005
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default

how about the output xml file? can you also provide it? =D






Similar Threads
Thread Thread Starter Forum Replies Last Post
Indexes luisjeronimo BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 June 27th, 2008 09:34 AM
Indexes for searching fizzerchris SQL Language 0 May 22nd, 2007 07:09 PM
Indexes for searching fizzerchris SQL Server 2005 0 May 22nd, 2007 07:08 PM
Protect cells and allow grouping/un-grouping sfreuden Excel VBA 4 December 14th, 2006 08:01 AM
Indexes SQ SQL Language 1 October 5th, 2004 10:24 PM





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