Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [Wtp-wst-dev] Project granularity

Title: Message
Thanks, this answer is helpful.  I fully appreciate the value of minimizing loading time and memory for plugins that are not needed.
 
I resynched with CVS and can run the new XSD editor.  I look forward to the validation plugins.  It does not appear that there is anything I can do toward helping with this goal?  In additional to validation, I want to get some kind of XML instance generator into the build and an XML editor that assists valid insertion of child elements in their proper sequence position.  I see this as a minimal set of functionality required in the M2 release.
 
Dave
 
-----Original Message-----
From: wtp-wst-dev-admin@xxxxxxxxxxx [mailto:wtp-wst-dev-admin@xxxxxxxxxxx] On Behalf Of Lawrence Mandel

These validators exist in their own plugins as they are reused by several components (such as importers and generators) which need validation but do not require the ability to edit files. Editors have large dependencies and in order to keep the validators light weight and quick loading they were separated out into their own plugins.


Back to the top