[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Re: XML validation via RCP
|
Hi Martin,
I don't know the specific requirements for the validation framework but I
am confident that it has IDE dependencies.
For generic XML validation in an RCP app you may be interested in rolling
your own (if you can't meet the existing XML validator's dependencies).
The WTP XML validator is based off of Apache Xerces [1]. I wrote an
article a few years ago that discusses creating Eclipse validators. The
article is a little dated and makes use of functionality in the IDE but it
may be helpful [2].
[1] http://xerces.apache.org/
[2] http://www.ddj.com/184405940
Lawrence