XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Jeff HatchSubject: XSLT grouping problem
Author: Jeff Hatch
Date: 07 Sep 2005 03:42 PM
All,

I've been chewing on this for some time now and would love some suggestions. Coming from a document-centric environment, I am given xml that looks like this:

<chapter>
<para>This is a paragraph in the chapter</para>
<line_first>This is first line of a stanza of poetry</line_first>
<line>This is line of poetry</line>
<line>This is line of poetry</line>
<line>This is line of poetry</line>
<line_last>This is last line of a stanza of poetry</line_last>
<para>This is a paragraph in the chapter</para>
</chapter>

The challenge is to perform copy and grouping operations to a) copy all existing structure as is, using copy-of, which is not a problem. However, to the above xml I wish to apply additional structure to create a poem stanza:

<chapter>
<para>This is a paragraph in the chapter</para>
<stanza>
<line_first>This is first line of poetry</line_first>
<line>This is line of poetry</line>
<line>This is line of poetry</line>
<line>This is line of poetry</line>
<line_last>This is last line of poetry</line_last>
</stanza>
<para>This is a paragraph in the chapter</para>
</chapter>

My difficulty stems from being dealt two dissimilar element names at the beginning and end of the block of xml that needs to be grouped. My attempts to do this with group-starting-with and group-ending-with have failed. Performing group-adjacent on the <line> elements miss the first_ and last_line elements. Any thoughts?

Posttop
Ivan PedruzziSubject: XSLT grouping problem
Author: Ivan Pedruzzi
Date: 13 Sep 2005 06:25 PM

Hi Jeff,

The attached solution assumes that only the chapter element has sub elements.

Hope this helps
Ivan Pedruzzi
Stylus Studio Team


Documentpoetry.xsl


Documentpoetry.xml
input sample

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.