| Subject: [xsl] Newbie final Tag question From: Holmberg Rick-ra0119 <Rick.Holmberg@xxxxxxxxxxxx> Date: Tue, 24 Sep 2002 15:07:13 -0700 | 
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
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] newbie question, Martinez, Brian | Thread | RE: [xsl] Newbie final Tag question, Robert Koberg | 
| Re: [xsl] XSL: query part of string, David Carlisle | Date | Re: [xsl] Re: How do I capture the , David Carlisle | 
| Month |