[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Re: [xml-dev] Parsing a DTD or an XMLSchema
- From: Tatu Saloranta <cowtowncoder@yahoo.com>
- Date: Thu, 15 Jun 2006 17:16:26 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=u+9Jyy5mOBTalFMFcE7Po+DR4Nr5bu4nagnfyljWr7q97iVzgoNM1gcMBZFgNA12OZftHKIBqsI/+r0MNLLVs/P96dbghhl4J7DbkcrAzA3O61EzzhZqRcE6xNQPvXA3fKUsIRJHMBxo1dUBugLKSLhvr6W4Ve2z9ru+6LnkAs8= ;
- In-reply-to: <BAY117-F203FCD10FA17200DA2025CC7820@phx.gbl>
--- nice nice <nice2182@hotmail.com> wrote:
> Hi everyone, I'm new in this group.
> I have a DTD to parse with Java, I found on the web
> a dtd parser :
> (http://www.wutka.com/dtdparser.html)
> but I faced some problems when I tried to modify the
> classes to make them
> according to my needs.
> So I'm wondering if it's more simple or faster to
> convert the dtd to xml
> schema, and then parse the xml schema with Jdom,
> instead of the dtd.
It depends largely on what are you planning to do with
the DTD.
-+ Tatu +-
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|