473,326 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Well-Formed XML 1.0/1.1 differences

Max
Hello!

What are the differences between "XML 1.0 Well-Formed" and "XML 1.1
Well-Formed"?

Thanks,

Max
Nov 14 '06 #1
3 4482
Max wrote:
What are the differences between "XML 1.0 Well-Formed" and "XML 1.1
Well-Formed"?
Look into the XML 1.1 specification for details, there are differences
on what Unicode characters are allowed in names I think, then XML 1.1
allows certain control characters which are not allowed at all in XML
1.0 to be included as character references (e.g. )

<http://www.w3.org/TR/xml11/#sec-xml11>

--

Martin Honnen
http://JavaScript.FAQTs.com/
Nov 14 '06 #2

Max wrote:
What are the differences between "XML 1.0 Well-Formed" and "XML 1.1
Well-Formed"?
http://www.w3.org/TR/2004/REC-xml11-20040204/#sec-xml11

There's also the difference in the XML prolog. The XML declaration
<?xml version="1.1"?was optional in XML 1.0 but it's mandatory in 1.1
If you omit it, the document might still be correct, but it's a 1.0
document.

Nov 14 '06 #3
In article <45***********************@newsspool1.arcor-online.net>,
Martin Honnen <Ma***********@gmx.dewrote:
>What are the differences between "XML 1.0 Well-Formed" and "XML 1.1
Well-Formed"?
>Look into the XML 1.1 specification for details, there are differences
on what Unicode characters are allowed in names I think, then XML 1.1
allows certain control characters which are not allowed at all in XML
1.0 to be included as character references (e.g. )
Also:

- The IBM newline NEL (#x85) is treated as a line-end character;
- The C1 controls (0x7f-0x9f, except NEL) cannot appear literally
but must be represented using character references;
- XML 1.1 document should be fully Unicode normalised.

-- Richard
--
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
Nov 14 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

45
by: Market Mutant | last post by:
I just wonder job selections, job openings and salary level of PHP programer or Perl programmer comparing to Java programmers. Is Java programmer's salary has a minimal of 60K in US? Are there...
14
by: delerious | last post by:
Is there a list of well designed web sites anywhere? Or could you please list some that you think are well designed? Thanks!
58
by: Jeff_Relf | last post by:
Hi Tom, You showed: << private const string PHONE_LIST = "495.1000__424.1111___(206)564-5555_1.800.325.3333"; static void Main( string args ) { foreach (string phoneNumber in Regex.Split...
3
by: Will Woodhull | last post by:
Hi, I'm new here-- I've been reading the group for a couple of days. Nice group; I like the way n00b33 questions are handled. I've been using a Javascript routine in index.html to determine a...
13
by: Adam H. Peterson | last post by:
I just made an observation and I wondered if it's generally known (or if I'm missing something). My observation is that static protected members are essentially useless, only a hint to the user. ...
13
by: Ben | last post by:
Could anyone suggest an open source project that has particularly well written Python? I am especially looking for code that people would describe as "very Python-ic". (Not trying to start any...
16
by: Tom Zych | last post by:
Hi. I've been using code like this: *p++ = 'x'; *p++ = *q++; for a long time now. It works. The code below compiles with no warnings and runs correctly. Even splint doesn't complain about...
6
by: M Welinder | last post by:
The title more or less says it all: in C99, is the value of INT_MIN % -1 well defined (when performed as signed integers) under the assumption of two-complement representation. Note, that...
1
by: ad | last post by:
I want to determinate if a xml is well-format and valid before export it to database. We can determinate if xml is valid from the article:...
138
by: Ian Boyd | last post by:
i've been thrown into a pit with DB2 and have to start writing things such as tables, indexes, stored procedures, triggers, etc. The online reference is only so helpful. The two pdf manuals are...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.