[Expat-discuss] Parsing Attributes.

Fred L. Drake, Jr. fdrake@acm.org
Wed, 8 Aug 2001 15:59:55 -0400 (EDT)


Amit Sehgal writes:
 > <Store  Manager="128.12.19.134"
 > 	Port='23456"
 > />
 > 
 > The start and end element handlers return the store tag.
 > But the Manager and Port attributes are skipped by the parser.

  You should be getting the attributes along with the start tag.  See
the examples in the article at:

	http://www.xml.com/pub/a/1999/09/expat/


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation