[jira] Commented: (JELLY-230) Problem with default namespace in imported scripts

2006-05-15 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-230?page=comments#action_12402283 ] Diogo Bacelar Quintela commented on JELLY-230: -- You could use the replaceNamespace tag.. x:replaceNamespace fromURI=dummy toURI= project name=${pom.artifactId}

[jira] Commented: (JELLY-225) apt jelly tag library

2005-12-23 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-225?page=comments#action_12361188 ] Diogo Bacelar Quintela commented on JELLY-225: -- I haven't take the time to check it. It seems interesting although from you post. I've just a penny to add.

[jira] Created: (JELLY-220) core:forEach doesn't use a nested context

2005-08-26 Thread Diogo Bacelar Quintela (JIRA)
core:forEach doesn't use a nested context - Key: JELLY-220 URL: http://issues.apache.org/jira/browse/JELLY-220 Project: jelly Type: Bug Reporter: Diogo Bacelar Quintela As said in summary, analising ForEachTag.java and a

[jira] Commented: (JELLY-217) org.apache.commons.jelly.tags.xml.ElementTag small bug in output wrapper

2005-08-19 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-217?page=comments#action_12319355 ] Diogo Bacelar Quintela commented on JELLY-217: -- | to support | | x:element name=abc | x:commentmy comment/x:comment | /x:element | | to generate | abc | !--

[jira] Created: (JELLY-216) org.apache.commons.jelly.tags.xml.TransformTag fails testTransformSchematron in jdk1.3

2005-08-16 Thread Diogo Bacelar Quintela (JIRA)
org.apache.commons.jelly.tags.xml.TransformTag fails testTransformSchematron in jdk1.3 -- Key: JELLY-216 URL: http://issues.apache.org/jira/browse/JELLY-216 Project: jelly Type: Bug

[jira] Created: (JELLY-217) org.apache.commons.jelly.tags.xml.ElementTag small bug in output wrapper

2005-08-16 Thread Diogo Bacelar Quintela (JIRA)
org.apache.commons.jelly.tags.xml.ElementTag small bug in output wrapper Key: JELLY-217 URL: http://issues.apache.org/jira/browse/JELLY-217 Project: jelly Type: Bug Components: taglib.xml

[jira] Updated: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-16 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=all ] Diogo Bacelar Quintela updated JELLY-213: - Attachment: jelly-patch4.patch Fixed an error when generating the following sample. env:Envelope

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-09 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315396 ] Diogo Bacelar Quintela commented on JELLY-213: -- I also believe that the solution should be maintaining a stack of declared namespaces as SAXContentHandler does,

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-09 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315405 ] Diogo Bacelar Quintela commented on JELLY-213: -- org.apache.commons.jelly.NamespaceAwareTag interface helps in knowing the current namespaces... for example: ?xml

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-09 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315419 ] Diogo Bacelar Quintela commented on JELLY-213: -- I am already working on it. It would behave has using a saxcontenthandler :) i mean transparently. Higher

[jira] Updated: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-09 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=all ] Diogo Bacelar Quintela updated JELLY-213: - Attachment: jelly-patch3.patch Here is patch3 :) AtributeTag and ElementTag are exactly the same as patch 1 XMLOutput now has a stack of

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-08 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315291 ] Diogo Bacelar Quintela commented on JELLY-213: -- Jelly Script (TestNs.jelly) ?xml version=1.0 encoding=UTF-8? j:jelly xmlns:j=jelly:core

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-07 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315221 ] Diogo Bacelar Quintela commented on JELLY-213: -- I'll investigate what you said. Btw, I am adding a tag to jelly-xml tags that i'll add as a patch later... A tag to

[jira] Updated: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-07 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=all ] Diogo Bacelar Quintela updated JELLY-213: - Attachment: jelly-xml-updated.patch Patch superseeds already uploaded patch. Fixed namespace processing using startPrefixMapping and

[jira] Created: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-06 Thread Diogo Bacelar Quintela (JIRA)
Generating xml nodes with attributes in diferente namespaces (for schemas..) Key: JELLY-213 URL: http://issues.apache.org/jira/browse/JELLY-213 Project: jelly Type: Bug Reporter: Diogo

[jira] Commented: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=comments#action_12315134 ] Diogo Bacelar Quintela commented on JELLY-213: -- I guess this is related to http://issues.apache.org/jira/browse/JELLY-173 Generating xml nodes with attributes

[jira] Updated: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-06 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=all ] Diogo Bacelar Quintela updated JELLY-213: - Attachment: jelly-xml.patch ?xml version=1.0 encoding=UTF-8? j:jelly xmlns:j=jelly:core xmlns:x=jelly:xml xmlns:jsl=jelly:jsl x:element