Re: Using namespaces within XML documents produced from JSPXs

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

Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Konstantin Kolinko
2011/9/29 Paul Wilson paulalexwil...@gmail.com: On 28 September 2011 18:11, Konstantin Kolinko knst.koli...@gmail.comwrote: 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

Re: Using namespaces within XML documents produced from JSPXs

2011-09-29 Thread Paul Wilson
On 29 September 2011 09:28, Konstantin Kolinko knst.koli...@gmail.comwrote: The following will work for you: foo:xyz xmlns:foo=path/to/foo/ns foo:p/ bar:q xmlns:bar=path/to/bar/ns / /foo:xyz Unfortunately (this is the first thing I tried), the client won't accept the namespace being

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 knst.koli...@gmail.comwrote: The following will work for you: foo:xyz xmlns:foo=path/to/foo/ns foo:p/ bar:q xmlns:bar=path/to/bar/ns / /foo:xyz

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: foo:xyz xmlns:foo=path/to/foo/ns xmlns:bar=path/to/bar/ns foo:p/ bar:q/ /foo:xyz In the above example, I have a taglib registered for only 'foo',

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Paul Wilson paulalexwil...@gmail.com: 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: foo:xyz xmlns:foo=path/to/foo/ns

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/28 Paul Wilson paulalexwil...@gmail.com: 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