Hello

Is there a way to get resulting XML document without those blank lines? For example, if I write:

<esql:row-results>
<tsl>
<xsp:attribute name="tsl_number"><esql:get-int column="tsl" /></xsp:attribute>
<xsp:attribute name="subslot"><esql:get-int column="subslot" /></xsp:attribute>
<xsp:attribute name="sapi"><esql:get-int column="sapi" /></xsp:attribute>
<xsp:attribute name="tei"><esql:get-int column="tei" /></xsp:attribute>
</tsl>
</esql:row-results>


in XML I get this:

<signalling-timeslots>


<tsl tsl_number="13" subslot="0" sapi="0" tei="4">





</tsl>


<tsl tsl_number="15" subslot="0" sapi="0" tei="12">




</tsl>


<tsl tsl_number="17" subslot="-1" sapi="62" tei="1">




</tsl>


<tsl tsl_number="18" subslot="0" sapi="0" tei="1">

How can I remove those empty lines? I do not want to write all attributes in one line in my XSP. :)

Dmitry.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to