Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/29/2011 4:43 AM, Paul Wilson wrote: > On 29 September 2011 09:28, Konstantin Kolinko > wrote: >> >> The following will work for you: >> >> > xmlns:bar="path/to/bar/ns" /> > > > Unfortunately (this is the first thing I tried), the cli

Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Paul Wilson
On 29 September 2011 09:28, Konstantin Kolinko wrote: > > The following will work for you: > > > > > Unfortunately (this is the first thing I tried), the client won't accept the namespace being bound on the element itself, and requires that it be bound on the XML's root tag. Looks like I'm

Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Konstantin Kolinko
2011/9/29 Paul Wilson : > On 28 September 2011 18:11, Konstantin Kolinko wrote: > > This is what isn't working on Tomcat 6.0.32 for me. Note additionally that " > http://www.w2.org/2000/svg"; should be a taglib uri too to fully mirror my > example. Perhaps I'm being too optimistic that the namespac

Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Paul Wilson
On 28 September 2011 18:11, Konstantin Kolinko wrote: > > 1) I replaced opening svg tag with: > > http://www.w3.org/2000/svg"; > width="450" height="500" viewBox="0 0 450 500" > xmlns:c="http://java.sun.com/jsp/jstl/core"; > xmlns:fn="http://java.sun.com/jsp/jstl/functions"; > xmlns

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Konstantin Kolinko : > 2011/9/28 Paul Wilson : >> Hi there, >> > > 1. What exactly build of Tomcat x.y.z  you are using? > >> I'm trying use taglibs with a JSPX page, but also specify a namespace >> declaration for elements rendered by the JSP. An example: >> >> >>   >>   >> >> >> In

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Paul Wilson : > Hi there, > 1. What exactly build of Tomcat x.y.z you are using? > I'm trying use taglibs with a JSPX page, but also specify a namespace > declaration for elements rendered by the JSP. An example: > > >   >   > > > In the above example, I have a taglib registered fo

Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Paul Wilson
Hi there, I'm trying use taglibs with a JSPX page, but also specify a namespace declaration for elements rendered by the JSP. An example: In the above example, I have a taglib registered for only 'foo', whereas I'd like 'bar' to be considered verbatim and added to the body content as s