From: Why Tea on
I need to edit an XML file without DTD. I can do it in a
text editor, but it's probably better to edit it in an XML
editor such as MS XML Notepad . Unfortunately most
XML editors require the accompanied DTD. I googled
and found this XML2DTD
generator (http://xml2dtd.sourceforge.net/) which did
the job for me. I'm wondering if anyone has faced the
same problem and how it was resolved.

/Why Tea
From: LouB on
Why Tea wrote:
> I need to edit an XML file without DTD. I can do it in a
> text editor, but it's probably better to edit it in an XML
> editor such as MS XML Notepad . Unfortunately most
> XML editors require the accompanied DTD. I googled
> and found this XML2DTD
> generator (http://xml2dtd.sourceforge.net/) which did
> the job for me. I'm wondering if anyone has faced the
> same problem and how it was resolved.
>
> /Why Tea

DTD = ??
From: Why Tea on
On Jun 14, 6:16 pm, LouB <L...(a)invalid.invalid> wrote:
> Why Tea wrote:
> > I need to edit an XML file without DTD. I can do it in a
> > text editor, but it's probably better to edit it in an XML
> > editor such as MS XML Notepad . Unfortunately most
> > XML editors require the accompanied DTD. I googled
> > and found this XML2DTD
> > generator (http://xml2dtd.sourceforge.net/) which did
> > the job for me. I'm wondering if anyone has faced the
> > same problem and how it was resolved.
>
> > /Why Tea
>
> DTD = ??

Data Type Definition. See http://en.wikipedia.org/wiki/XML
for XML and DTD.
From: LouB on
Why Tea wrote:
> On Jun 14, 6:16 pm, LouB <L...(a)invalid.invalid> wrote:
>> Why Tea wrote:
>>> I need to edit an XML file without DTD. I can do it in a
>>> text editor, but it's probably better to edit it in an XML
>>> editor such as MS XML Notepad . Unfortunately most
>>> XML editors require the accompanied DTD. I googled
>>> and found this XML2DTD
>>> generator (http://xml2dtd.sourceforge.net/) which did
>>> the job for me. I'm wondering if anyone has faced the
>>> same problem and how it was resolved.
>>> /Why Tea
>> DTD = ??
>
> Data Type Definition. See http://en.wikipedia.org/wiki/XML
> for XML and DTD.

Thank you:-))