Hello,
I need to display the content of an xml text element in html via xslt.
I would like to know how I can do to display it exactly the way I want:
For example with text element parameters:
<parameters>
param1.1 param1.2
param2.1 param2.2 param2.3
param3.1
<parameters>
I get with xml spy:
param1.1 param1.2 param2.1 param2.2 param2.3 param3.1
I don't have the carriage return. Also how can I do if I need to display some
words in bold in my text element (for example 1.2). I cannot use <b> tag
in xml meaning the same than in html.
Thanks.
I need to display the content of an xml text element in html via xslt.
I would like to know how I can do to display it exactly the way I want:
For example with text element parameters:
<parameters>
param1.1 param1.2
param2.1 param2.2 param2.3
param3.1
<parameters>
I get with xml spy:
param1.1 param1.2 param2.1 param2.2 param2.3 param3.1
I don't have the carriage return. Also how can I do if I need to display some
words in bold in my text element (for example 1.2). I cannot use <b> tag
in xml meaning the same than in html.
Thanks.