Re: Jelly Question/Issue - XML with namespace in template??

2009-07-21 Thread Paul Libbrecht
text.compileScript(JellyContext.java: 543) at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:678) at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:668) at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:621) at SlotUtil.runScript(SlotUtil.java:39) at Ma

RE: Jelly Question/Issue - XML with namespace in template??

2009-07-17 Thread Jason Weinstein
.commons.jelly.JellyContext.runScript(JellyContext.java:621) at SlotUtil.runScript(SlotUtil.java:39) at Main.main(Main.java:25) Root cause Root cause > From: p...@activemath.org > To: user@commons.apache.org > Subject: Re: Jelly Question/Issue - XML with namespace in template?

Re: Jelly Question/Issue - XML with namespace in template??

2009-07-16 Thread Paul Libbrecht
Jason, Le 16-juil.-09 à 22:45, Jason Weinstein a écrit : How does Jelly handle xml in the template?? as is Is it a good option for content with a lot of xml namespaces not referencing taglibs. definitely. What about if validation is turned off? jelly has forgotten schemas since long.

Jelly Question/Issue - XML with namespace in template??

2009-07-16 Thread Jason Weinstein
How does Jelly handle xml in the template?? Is it a good option for content with a lot of xml namespaces not referencing taglibs. What about if validation is turned off? import org.apache.commons.jelly.JellyTagException; import org.apache.commons.jelly.TagSupport; import org.apache.commons.je