XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] parser error : Premature end of data

You second example is not well-formed, it has an unclosed <book> element.
 
<!-- initially, the default namespace is "books" -->
<book xmlns="urn:loc.gov:books">
<book xmlns:isbn="urn:ISBN:0-395-36341-6">
 <title>Cheaper by the Dozen</title>
 <isbn:number>1568491379</isbn:number>
 <notes>
   <!-- make HTML the default namespace for some commentary -->
   <p xmlns="http://www.w3.org/1999/xhtml">
         This is a <i>funny</i> book!
     </p>
 </notes>
</book>
</book> <!-- adding this will fix the parsing error -->
 


 
On Sun, Nov 7, 2010 at 12:23 AM, Thufir <hawat.thufir@gmail.com> wrote:
I want to break the xmlns declarations into multiple lines, two elements.
I've seen it in text books, but when I try to replicate it, http://www.shell-
tools.net/ barfs with:

/var/tmp/FOO3ih2Lb:14: parser error : Premature end of data in tag book line 3

but line 3, of the second example below, seems fine to me.

How do I change this:

<?xml version="1.0"?>
<!-- initially, the default namespace is "books" -->
<book xmlns="urn:loc.gov:books" xmlns:isbn="urn:ISBN:0-395-36341-6">
 <title>Cheaper by the Dozen</title>
 <isbn:number>1568491379</isbn:number>
 <notes>
   <!-- make HTML the default namespace for some commentary -->
   <p xmlns="http://www.w3.org/1999/xhtml">
         This is a <i>funny</i> book!
     </p>
 </notes>
</book>

to this:

<?xml version="1.0"?>
<!-- initially, the default namespace is "books" -->
<book xmlns="urn:loc.gov:books">
<book xmlns:isbn="urn:ISBN:0-395-36341-6">
 <title>Cheaper by the Dozen</title>
 <isbn:number>1568491379</isbn:number>
 <notes>
   <!-- make HTML the default namespace for some commentary -->
   <p xmlns="http://www.w3.org/1999/xhtml">
         This is a <i>funny</i> book!
     </p>
 </notes>
</book>


(above is trom http://www.w3.org/TR/REC-xml-names/#scoping)

thanks,

Thufir

(reading codenotes xml, pg 35)

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS