-
How can I include html in my xml file ?
hello,
second basic question:
I have a xml file with the element description who's contains html formatted
text:
<description>
<H1>some html formatted text</H1>
</description>
and I would like retrieve this with xsl by
<xsl:template match="description">
<value-of select=".">
</xsl:template>
and have as result an html file with
<H1>some html formatted text</H1>
it's possible ?
thankxx
djer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|