[xsl] Reordering elements

Subject: [xsl] Reordering elements
From: Chad Chelius <cchelius@xxxxxxxxxxxxxxx>
Date: Tue, 13 Jun 2006 15:41:23 -0400
In a situation where my XML file looks like this:

<Root>
	<Story>
	<Source>
</Root>

How would I move the <Source> element so that and it's children are
now a child of <Story>?

Current Thread