Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the 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 September 19th, 2007, 05:01 AM
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to techno_savvy81
Default Help!!::XSLT Transformation to remove repetition i

Hi,

I am trying to find an XSLT code for transforming an XML file of the structure:

Code:

<Search>
<title>VB.Net Programming with Public Beta</title>
<author_name>Billy Hollis</author_name>
</Search>
<Search1>
<title>VB.Net Programming with Public Beta</title>
<author_name>Rockford Lhotka</author_name>
</Search2>

into something like this:

Code:
<Search>
<title>VB.Net Programming with Public Beta"
<author_name author_id="1">Billy Hollis</author_name>
<author_name author_id="2">Rockford Lhotka</author_name> </author>
</title>
</Search>



Can u please suggest what should be the XSLT Code that I should be using??






Similar Threads
Thread Thread Starter Forum Replies Last Post
help on xslt transformation li72 XSLT 2 March 4th, 2008 10:14 AM
Help on XSLT transformation li72 XSLT 2 February 22nd, 2008 12:33 PM
help with xslt transformation li72 XSLT 6 November 19th, 2007 01:51 PM
XSLT transformation yengzhai XSLT 1 April 21st, 2005 05:51 AM
XSLT transformation causes ^M reddygaru XSLT 2 December 16th, 2003 10:41 AM





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