Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~63 People Reached
Favorite Forums
Favorite Tags
xml x 1
Member Avatar for tadaweb

hi, I am trying to wrap all the information inside <description> in CDATA [CODE]<xsl:output method="xml" indent="yes" version="1.0" encoding="UTF-16" standalone="yes" cdata-section-elements="description" />[/CODE] [CODE] <xsl:template match="produseXML/produs"> <item> <title><xsl:value-of select="nume_produs" /></title> <link><xsl:value-of select="url_produs" /></link> <description> <xsl:value-of select="descriere" /> <xsl:value-of select="pret" /> </description> <category><xsl:value-of select="categorie" /></category> <guid><xsl:value-of select="link_afiliat" /></guid> </item> </xsl:template>[/CODE] this is what …

0
63