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]

Preserving XHTML markup


(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


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