Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Eclipse.org namespace for XML documents
Eclipse.org namespace for XML documents [message #26254] Wed, 16 November 2005 14:31
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Hi,

In order to fix the bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116615, I would like to
know what namespace I should use for the public id in the DOCTYPE.

Should I use something like this?
"-//Eclipse.org//DTD Eclipse JDT Compiler//EN".

And it would be used this way:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE compiler PUBLIC "-//Eclipse.org//DTD Eclipse JDT Compiler//EN"
"compiler.dtd">
<compiler name="Eclipse Java Compiler" copyright="Copyright IBM Corp 2000,
2005. All rights reserved." version="v_579_R31x, 3.1.1 release">
...
</compiler>

Right now I use:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE compiler SYSTEM "compiler.dtd">
<compiler name="Eclipse Java Compiler" copyright="Copyright IBM Corp 2000,
2005. All rights reserved." version="v_579_R31x, 3.1.1 release">
...
</compiler>

but this seems to be less flexible.

Thank you for any pointer that could help me to define this PUBLIC ID.

Olivier
Previous Topic:Eclipse Is The Most Import Software Product
Next Topic:Eclipse CVS
Goto Forum:
  


Current Time: Thu Apr 18 06:11:44 GMT 2024

Powered by FUDForum. Page generated in 0.01863 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top