| 
| using org.eclipse.wst.xml.core.errorCustomizer [message #196276] | Thu, 12 July 2007 06:47  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: nsat28.yahoo.com 
 Hi,
 
 I am planning to customize the error messages for xml editor.
 Can anybody point me to an example or a usage guide for using the
 extension point "org.eclipse.wst.xml.core.errorCustomizer"
 I have a custom MultiPageEditorPart for editing the xml files,
 and have defined the extension in the following way,
 
 <extension
 point="org.eclipse.wst.xml.core.errorCustomizer">
 <errorCustomizer
 class="xml.ui.errorCustomizer2"
 namespace="http://MY"/>
 </extension>
 
 
 But if I put a breakpoint, its not stopping in my customizeMessage method
 for the xml
 
 <?xml version="1.0" encoding="UTF-8"?>
 <z:x xmlns:z="http://MY">
 <a>
 </z:x>
 
 
 Thanks,
 Anand
 |  |  |  | 
|  | 
Powered by 
FUDForum. Page generated in 0.17139 seconds