Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
I am creating XML file from data base and transform that file to xslt.
Problem i am facing that how to add newline character and bold tag in node in my xml file look like


I want Makarand in bold
and newline after , after makarand and thanks and regards

Please suggest me how to achive the same


<param />
<param0>Dear Makarand, This is to inform you thatThank and Regards
,team India


XSLT

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">



<xsl:element name="tr">
<xsl:element name="td">
<xsl:value-of select="/PARAM//Param0">








Thanks in advance
Posted

1 solution

Have a look here:
XSL Transformations (XSLT)[^]
For quickview, look at "2.7 Embedding Stylesheets"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900