[ 
http://issues.apache.org/jira/browse/JELLY-173?page=comments#action_12316150 ] 

Felipe Leme commented on JELLY-173:
-----------------------------------

Hi Paul,

Ok, I will try, although I can't promisse when.

Anyway, which version of Jelly should I try? 1.0 or the cvs/svn code?

Tks,

-- Felipe


> Support for XML Schema
> ----------------------
>
>          Key: JELLY-173
>          URL: http://issues.apache.org/jira/browse/JELLY-173
>      Project: jelly
>         Type: New Feature
>   Components: taglib.xml
>     Reporter: Felipe Leme

>
> There is a bug on the maven-ear-plugin regarding support to genera
> In order to fix a maven-ear-plugin bug 
> (http://jira.codehaus.org/browse/MPEAR-30), I need to generate a XML-Schema 
> based XML document, but looks like the taglib doesn't allow it.
> I can see 2 possible solutions:
> 1.Add more attributes to the <x:element> tag. Example:
> <x:element name="application" xmlns="http://java.sun.com/xml/ns/j2ee";
>              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>              xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
> http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";
>              version="1.4">
> 2.Create a new tag specifically for this purpose. Example:
> <x:schemaRoot name="application" xmlns="http://java.sun.com/xml/ns/j2ee";
>              xsi="http://www.w3.org/2001/XMLSchema-instance";
>              schemaLocation="http://java.sun.com/xml/ns/j2ee 
> http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";
>              version="1.4">
> If there is another alternative, please let me know.
> -- Felipe

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to