is it possible to
generate document type declaration DTD
dynamic using xsp

i'm thinking to generate something like

<!DOCTYPE thePage [
        <!ENTITY remote SYSTEM "http://www.osmosis.gr/xml/xsp-plain/esql";
]>

dynamic in a xsp the problep is that all this string are
before

<xsp:page language="java"
          xmlns:xsp="http://apache.org/xsp";
          xmlns:xsp-request="http://apache.org/

...
...
...

so i can not put instruction outside <xsp:page> element


----

i want to be able to parse to href for remote entity as a parameter)


the goal is to have a .xsp file that will include an other one .xml file.
the included .xml will be relative to a parameter

demo.xsp?includeFile=http://a.url.com/external.xml



thanx



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to