[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SAX and DTD-reading
> is there any way, with SAX, to determine how an attribute was defined, if > this happened thru an entity ? When "how" means knowing something about the literal value of a string, with parameter entities ... no, it's not possible. To get access to that level of information, you'd need an API that exposes lexical tokens (such as '"', '%href;', '"' for a value in an attribute or entity declaration). That's not IMHO the domain of a "Simple API for XML", but one could use the SAX2 extension mechanism to expose such an API through the SAX API. - Dave
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|