This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Newbie final Tag question


Hoping someone can help with this one...

I have a file like
<prod>
    <op>abc123</op>
</prod>
<prod>
    <op>xyz987</op>
</prod>

I want to parse through this and output
<prod>
     <op>abc123</op>
     <op>xyz987</op>
</prod>

No matter which way I try, I keep getting a closing </prod> tag where I dont' want one or it processes teh second <prod> twice.
Any help is appreciated.
Thanks!

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]