[
Lists Home |
Date Index |
Thread Index
]
- From: Christian Hammond <chipx86@portaldesign.net>
- To: xml-dev@xml.org
- Date: Fri, 5 May 2000 15:16:13 -0700
Though it's probably not a major thing, I just thought I'd report a small
documentation bug I noticed. In the docs for NamespaceSupport, you have:
System.out.println("Raw name: " + parts[2]);
I'd imagine that is supposed to be "Qualified name".
I've been developing a C++ SAX2 implementation for my XML parser, Mino
(http://www.minoxml.cx). I haven't tested all of it, but it appears to work.
I'm changing some of the references to raw* to q*, and then I'll be doing a
CVS commit in about an hour. If anybody needs a C++ SAX2 implementation
that appears to work, feel free to try this. It doesn't have any exception
support, as I'm trying to make this work with as many C++ compilers as possible.
And please forgive the sloppy code :)
Christian Hammond
On Fri, May 05, 2000 at 02:59:44PM -0400, David Megginson wrote:
> I am happy to announce the final release of SAX2/Java. SAX2 extends
> SAX1 by adding support for Namespaces, for filter chains, and for
> querying and setting features and properties. You can download
> SAX2/Java from
>
> http://www.megginson.com/SAX/
>
>
> All the best,
>
>
> David
>
--
Christian Hammond <> Portal Web Design - http://www.portaldesign.net
chipx86@portaldesign.net <> Mino XML Project - http://www.minoxml.cx
"During my service in the United States Congress, I took the
initiative in creating the Internet." -- Al Gore, March 9, 1999
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|