E
Eric S
Hi All,
How to handle the empty spaces or whitespaces using XslCompiledTransform?
When I use XslCompiledTransform , it takes the code <div id="div1"></div>
as <div id="div1" /> . When I use XslTransform instead, it takes the code
as it is ,that is <div id="div1"></div> . Is there any solution for me to
use XslCompiledTransform so that the output should be <div id="div1"></div>.
Thanks,
Eric
How to handle the empty spaces or whitespaces using XslCompiledTransform?
When I use XslCompiledTransform , it takes the code <div id="div1"></div>
as <div id="div1" /> . When I use XslTransform instead, it takes the code
as it is ,that is <div id="div1"></div> . Is there any solution for me to
use XslCompiledTransform so that the output should be <div id="div1"></div>.
Thanks,
Eric