Hi all,
I find that making the XSL templates confirming to the 80 line standard
generates a problem. Once the transformation is done the generated text
preserves the line breaks in the template.
For example
public void receiveResult
<xsl:value-of select="@name"/> creates
public void receiveResult
echoVoid
public void receiveResult<xsl:value-of select="@name"/> creates
public void receiveResultechoVoid
(Hope you see the line breaks in the above example)
Earlier the templates were done in such a manner that the generated
code has line breaks at proper places but the 80 line adjustment made
linebreaks at unwanted places making the code 'uncompilable' . I tried
with the indent='no' option for the transformation but that flag is
about 'extra' line breaks!
If we cannot find a proper solution for this I will sadly have to revert the line break change in the templates.
--
Ajith Ranabahu
- [Axis2] setting the 80 line limit for the XSLT templates Ajith Ranabahu
