[
Lists Home |
Date Index |
Thread Index
]
- From: Wai-Yip Tung <wtung@cisco.com>
- To: xml-dev@xml.org
- Date: Thu, 30 Nov 2000 16:02:40 -0800
One curious question. I have some really long string. Is there any way I can
break it into multiple lines. For example with C++ I can write
a = "word1"
"word2"
which is equivalent as writing
a = "word1word2"
Thanks,
wai yip
|