View Single Post
Old 02-07-2007, 04:17 PM   #3 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 596
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
You are allowed to use any character that is valid in your declared encoding. The parser is supposed to be able to handle character encodings properly.

Whether you should be using a special tag depends on the semantics of the XML language you are targetting and should be defined by that standard. The xhtml xml language states that whitespace in the actual text nodes will be ignored and asks that you use 'br' tags instead. My homebrew XML frame delivery specification on the other hand uses literal unix-style newline characters in the text nodes. It all depends really.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote