[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: practical question re: Java/XML handling

  • From: Mike Sokolov <sokolov@ifactory.com>
  • To: "David A. Lee" <dlee@calldei.com>
  • Date: Thu, 03 Sep 2009 10:31:55 -0400

Re:  practical question re: Java/XML handling
Yes I liked your solution, which I found earlier via web search.  
Definitely cleaner than mine.  It doesn't however, handle the truly 
pathological case of a malformed DOCTYPE decl as in:

<!DOCTYPE TEI PUBLIC "name removed to protect my client">

I guess a url following the name is required in this case.

Perhaps it's a *bad idea*, but I am trying to allow this by ignoring 
it.  At least the angle brackets match. Sigh.

-Mike

David A. Lee wrote:
> I solved this problem in a different that is less destructive.  This 
> also works to replace a DTD with a different one or to force 
> validation on a schema even if a non-existant DTD is specified.  
>
> This particular implementation  requires using the SAXParser but I 
> belive the idea would work with other parsers that provide similar 
> functionality,
> namely an override of "resolveEntity".  The key trick is to resolve 
> all DTD's with a "NullInputStream" ( these are trivial to write so I 
> wont supply the code here)
> An empty DTD file validates any XML (atleast it does in my tests).
>
> Here's the snippet


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.