WML XML Line Break encoding WML2XSLT.EXE

M

mg2468

anyone knows how do we represent line breaks in xml data files?

I've tried </break> and </br> but they are ignored (?!)

Thanks!
 
R

Robert Paulsen

Try "<w:br/>". One way to find a code is to add it to a Word Document, save
the file as xml and then open the file in Notepad.
 
Top