Subject: Decoding HTML tags
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Mon, 1 Oct 2012 08:25:59 -0700
|
Is there anyway to get from an encoded html tag to the actual tag in
an xsl transformation? If I have an element like this:
<content><b>Straight Body Cast Handstand Drill</b><br
/><br />I like the drill: <a
href="http://gymnasticscoaching.com/new/2012/09/straight-body-cast-hand-drill
/"
</content>
I need this from the content element (i added line returns to make
easier to read):
<b>Straight Body Cast Handstand Drll</b>
<br/>
I like the drill:
<a href="....">....</a>
and so on..
--
Karl Stubsjoen
MeetScoresOnline.com
(602) 845-0006
|