[xsl] Preserving XHTML markup

Subject: [xsl] Preserving XHTML markup
From: Adam Sherman <adam@xxxxxxxxx>
Date: Mon, 04 Feb 2002 12:37:53 -0500
(Newbie Alert!)

xml:
<mycustomtag>
	Some html <b>here</b>.
</mycustomtag>


How do I preserve things so I end up with:


<p>
	Some html <b>here</b>.
</p>

My XSLT stylesheet loses all the markup in the children of selected/processed nodes...

Thanks,

A.
--
Adam Sherman
President & Chief Technologist
Tritus Consultant Group Inc.
+1 (613) 255-5164

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


Current Thread