[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Proposed requirements on solutions that convertXML-illegal
I think the issue springs from 1. XML is a textual data transmission format that uses Unicode internally and standard encodings externally. 2. In the standard external encodings, those control characters like NUL have reserved meanings and must be stripped out before parsing: flow control and print head control. These are archaic, but thats the standards. In Unicode internally, the characters are not appropriate because there is no flow control on a string in memory; and because C ALI's use 0x00 as a string terminator. The way out if it would be for XML to define named character refences for all the control characters. How and whether an implementation handles them is then their problem. Like a limited SDATA... (XML should also build in all the standard character entities, so they don't need to be loaded each time and so we can say goodbye to DTDs. Rick On 28 Apr 2017 06:57, "David Carlisle" <d.p.carlisle@gmail.com> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|