[jbosstools-issues] [JBoss JIRA] Reopened: (JBIDE-1601) Create xml schema/DTD for VPE template files

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Aug 20 16:20:47 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin reopened JBIDE-1601:
----------------------------------



That's a way from being resolved:
1. Scheme contains errors so you even cannot reference it in existing vpe templates, see patch to fix that (it fixes 'xs' prefix to generally accepted 'xsd', fix target namespace to 'http://www.jboss.org/tools/vpe/templates').
2. To test patched scheme use http://fisheye.jboss.com/browse/JBossTools/trunk/vpe/tests/org.jboss.tools.vpe.test/templates/test1.xml?r=9675.

modify test1.xml 

<vpe:templates
	xmlns:vpe="http://org.jboss.org/tools/vpe/template"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://org.jboss.org/tools/vpe/template ../scheme/scheme.xsd">

I used system related path to scheme to save time.
3.  Vlidate test1.xml
4. It contains 423 errors after validation.



> Create xml schema/DTD for VPE template files
> --------------------------------------------
>
>                 Key: JBIDE-1601
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-1601
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor
>    Affects Versions: 2.0.0.GA
>            Reporter: Denis Golovin
>            Assignee: Maxim Areshkau
>             Fix For: 3.0.0.beta1
>
>         Attachments: scheme.xsd.patch
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list