You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Marcel Philippe <m_...@yahoo.com> on 2002/05/21 09:07:25 UTC

XML Editor

Hi, 

Please recomend me an XML editor in Java that uses Xerces. 

Thanks, 

Marcel. 



---------------------------------
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience

Re: XML Editor

Posted by Sebastien Ponce <se...@cern.ch>.
I wrote one which may help you even if it's far to be perfect.
It's under LGPL license so feel free to use/modify it.

You can download it using cvs :
  cvs -d :pserver:cerncvs@lhcbcvs.cern.ch:/local/newlhcbcvs login
  password : CERNuser
  cvs co Det/XmlEditor

Then consult the documentation at
http://lhcb-comp.web.cern.ch/lhcb-comp/Frameworks/DetDesc/Documents/XmlEditor.pdf

Basically, you can compile it typing (in Det/XmlEditor) :
  javac -classpath ./src:./classes:your_xerces_path:your_dtdparser_path
-d classes src/XmlEditor/Editor.java
And dtdparser can be found at http://www.wutka.com/dtdparser.html

I Hope this helps.
Cheers,

Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org