Re: [xsl] Moving (promoting) XML elements through XSL

Subject: Re: [xsl] Moving (promoting) XML elements through XSL
From: "Mark Peters" <flickrmeister@xxxxxxxxx>
Date: Fri, 30 Jun 2006 07:18:46 -0400
Great idea, drkm. Here it is:

<?xml version="1.0"?>
<topic>
     <title>
        <indexterm>Software Requirements</indexterm>Software Requirements
     </title>
     <body>
        <p>Some sample text</p>
     </body>
</topic>

Thanks,
Mark


On 6/30/06, Florent Georges <darkman_spam@xxxxxxxx> wrote:
Mark Peters wrote:

Hi

> It looks like the script should work. I'm confounded as to
> why it doesn't.

 If you want we help you finding what's the problem, we'll need a
sample input XML that reproduces it.

Regards,

--drkm

Current Thread