Hi,
I've searched all my Java books ans newsgroup archives and found nothing.
Once I thought that I saw a character at the end of a line allowed a String
literal to span multiple lines.
I have some XSLT code that I want to write out with one println( )
statement. The XSLT code is several lines long.
Does anyone remember a String literal line continuation character?
Thank you,
Don
I've searched all my Java books ans newsgroup archives and found nothing.
Once I thought that I saw a character at the end of a line allowed a String
literal to span multiple lines.
I have some XSLT code that I want to write out with one println( )
statement. The XSLT code is several lines long.
Does anyone remember a String literal line continuation character?
Thank you,
Don
Comment