LoginHomeBugs & FeaturesDocumentationDownloadForums

20:28 Jan 03, 2008 by mike
I've added two forums to the Mini-XML web site.

I've added two forums to the Mini-XML web site, which are available here, via NNTP, and as mailing lists.

The minixml.general forum (minixml list) is for asking questions about Mini-XML and will also receive release announcements.

The minixml.commit forum (minixml-commit list) tracks commits to the Mini-XML repository.

Enjoy!

Comments

Submit Comment

You have 5 moderation points available.

From BradfordTaylor, 12:33 Jan 22, 2008 (score=1)

For versions 2.3 and 2.4 I'm getting the parsing error:

Missing close tag </?svn version = $LastChangedRevision: 550 $?> under parent <?xml version = '1.0' encoding = 'UTF-8'?>!

For the first two lines in my xml file:

<?xml version = '1.0' encoding = 'UTF-8'?> <?svn version = $LastChangedRevision: 551 $?>

This is acceptable to version 2.2.2. If I comment the <?svn line out of the file, the remainder of the files is successfully parsed, which is over 1000 lines.

I'm also getting the same complaint with a another xml file which starts out with

<?xml version = '1.0' encoding = 'UTF-8'?> <?xml-stylesheet type = 'text/xsl' href = 'containerdisplay.xsl' ?>

but this time complains that <?xml-stylesheet has no close tag.

  I've reverted back to using version 2.2.2 until this is resolved.

Thanks for your time,

Brad Taylor

Reply · Moderate Down · Moderate Up