OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Valid XML Question - 017.XML

[ Lists Home | Date Index | Thread Index ]
  • From: Lars Marius Garshol <larsga@ifi.uio.no>
  • To: xml-dev@ic.ac.uk
  • Date: Tue, 20 Oct 1998 10:01:29 +0200

* RJA@dip.co.uk
|
| I've been recently testing my XML C++ parser against J Clarks XML test
| cases. 

I've been away for a couple of weeks, so I seem to have missed this. Is it
released somewhere?

| <!DOCTYPE doc [
| <!ELEMENT doc (#PCDATA)>
| ]>
| <doc><?pi some data ? > <??></doc>
|
| On the 4th line, the second PI has no name, which according to the spec is
| not valid.  Is this valid ? Is it even a PI ? Have I overlooked something
| in the spec !?!?!

You've overlooked something in the document, more likely. :-)

<doc><?pi some data ? > <??></doc>
     ^^                   ^^
  start                  end

In other words: there's just one PI, not two. :-)

If you look at production 16 in the spec you'll see that WS is not
allowed between the ? and the > that closes a PI, while individual
?s and >s are allowed in the PI data.

| Whilst on the subject of test cases, are there any more XML testbeds I
| could use too ?

James Tauber has a list at 

<URL:http://www.xmlinfo.com/examples/>

--Lars M.


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

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

Copyright 2001 XML.org. This site is hosted by OASIS