Re: DTD for my DOM program

2003-01-16 Thread Colin Paul Adams
> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes: > "Sarah" == Leitner, Sarah M [Contractor] writes: Sarah> So are you saying I can't do this for DOM? If so, how do I Sarah> validate my code using a DTD? Colin> You don't need to use an entity resolver at all for C

Re: DTD for my DOM program

2003-01-16 Thread Colin Paul Adams
> "Sarah" == Leitner, Sarah M [Contractor] writes: Sarah> So are you saying I can't do this for DOM? If so, how do I Sarah> validate my code using a DTD? You don't need to use an entity resolver at all for validation. Just use DOMBuilder to parse the document, first setting the "vali

RE: DTD for my DOM program

2003-01-16 Thread Dean Roddey
IL PROTECTED]] Sent: Thursday, January 16, 2003 11:25 AM To: '[EMAIL PROTECTED]' Subject: DTD for my DOM program So are you saying I can't do this for DOM? If so, how do I validate my code using a DTD? Sarah >>>>> "Erik" == Erik Rydgren <[EMAIL PROTEC

DTD for my DOM program

2003-01-16 Thread Leitner, Sarah M. [Contractor]
So are you saying I can't do this for DOM? If so, how do I validate my code using a DTD? Sarah > "Erik" == Erik Rydgren <[EMAIL PROTECTED]> writes: Erik> The entity resolver is a functionality actually stolen from Erik> SAX to DOM and if I'm not mistaken it is proposed as a DOM E

Re: still can't find DTD for my DOM program

2003-01-16 Thread Colin Paul Adams
> "Erik" == Erik Rydgren <[EMAIL PROTECTED]> writes: Erik> The entity resolver is a functionality actually stolen from Erik> SAX to DOM and if I'm not mistaken it is proposed as a DOM Erik> standard as well. It is not DOM standard yet, but it has Erik> been a part of Xerces DO

RE: still can't find DTD for my DOM program

2003-01-16 Thread Erik Rydgren
lex/path/to/a/dir/someDTD.DTD then the EntityResolver will just return the data associated with that systemid. Problem solved. / Erik -Original Message- From: Leitner, Sarah M. [Contractor] [mailto:[EMAIL PROTECTED]] Sent: den 16 januari 2003 16:13 To: '[EMAIL PROTECTED]' Subjec

still can't find DTD for my DOM program

2003-01-16 Thread Leitner, Sarah M. [Contractor]
Hey! Erik has suggested I use an EntityResolver (and even given me code for that). BUT I thought I could only do that with SAX. Can I do it with DOM? If so, how? Sarah - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional