Hi
        In my Java program, I was trying to initiate a DTDGrammar.Below is
the part of my code ....... I cant understand why the grammar doesnt
initiate, probably I am missing something.
Please help.

SymbolTable sym = new SymbolTable(2039);
XMLDTDDescription desc = new XMLDTDDescription 
(null,"book.dtd",null,"book.dtd","book");
DTDGrammar grammar = new DTDGrammar (sym,desc);

Problem might be in specifying the system ID of the DTD(??).
all the files are in same directory.

Thanks,
Utsav


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to