Any file editor on your computer should give you the ability to edit the
file; Wordpad or Notepad on Windows, vi on Linux, etc. DTD files are just
straight text files.

Of course, you have to pay attention to the formatting.

If you don't know the rules for formatting DTDs, you should be able to find
various tutorials for DTDs online. If you know the rules but have trouble
making the edits, there are various XML/DTD editors out there that do a
decent job. Google is your friend; just use it to find "DTD tutorial" or
"XML editor" and you shouldn't have any trouble.

Rhino

----- Original Message ----- 
From: "Nir Geier" <[EMAIL PROTECTED]>
To: "Ant Users List" <user@ant.apache.org>
Sent: Wednesday, June 29, 2005 11:47 AM
Subject: How can i update DTD file?


Hi again

I have a DTD list (inside DTD file)
which i need to update.
how can i do this?

ex.
<!ELEMENT app_object_list (
item1,
item3,
item2,
NEW_ITEM
)>

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


-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.6/33 - Release Date: 28/06/2005




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.6/33 - Release Date: 28/06/2005


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

Reply via email to