MaKSiNG
Technical User
- Dec 4, 2003
- 19
Hi All,
I have an XML file which contains HTML tags for formatting, eg. Bold, Paragraph, Lists, etc.
These are displayed in the XML as Entity References, eg. "& lt ;" and "& gt ;" for opening and closing tags.
I need this formating to remain, as the author of the content wishes this to draw emphasis to certain parts of his text.
The problem I have is that when I display the XML through my XSLT, the HTML tags are not exposed as formatting to the content but seen as content themselves, so I see them displayed amongst the text.
Is there a way to get around this?
TIA,
MaKS
I have an XML file which contains HTML tags for formatting, eg. Bold, Paragraph, Lists, etc.
These are displayed in the XML as Entity References, eg. "& lt ;" and "& gt ;" for opening and closing tags.
I need this formating to remain, as the author of the content wishes this to draw emphasis to certain parts of his text.
The problem I have is that when I display the XML through my XSLT, the HTML tags are not exposed as formatting to the content but seen as content themselves, so I see them displayed amongst the text.
Is there a way to get around this?
TIA,
MaKS