On Wednesday 30 January 2002 22:29, Terrence Brannon wrote:
> I am sorry, regarding repetitive coding, I meant all of these
> lines, not just the DOCTYPE lines:
>
> <?xml-stylesheet type="application/x-xpathscript"
>                  href="/stylesheets/webpage_html.xps"
>                  title="default"?>
> <!DOCTYPE webpage [
> <!ENTITY sidebar SYSTEM "/sidebar.xml">
> <!ENTITY news SYSTEM "/news.xml">
> ]>
>
> one of these is a stylesheet directive, the other is, as you
> mentioned, a content directive.
>
> sorry if my terminology is off but the idea is right on: how to
> get both of these in _one_ file in _one_ place so that the entire
> look and feel of all pages can be controlled from there

Ah, then you can definitely kill that xml-stylesheet, PIs are evil ! ;-)

To replace it, you can use

 AxAddProcessor application/x-xpathscript /stylesheets/webpage_html.xps

or some variation thereof in your Apache conf (at least, that's my favourite 
way).

-- 
_______________________________________________________________________
Robin Berjon <[EMAIL PROTECTED]> -- CTO
k n o w s c a p e : // venture knowledge agency www.knowscape.com
-----------------------------------------------------------------------
The more you run over a dog, the flatter it gets.


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

Reply via email to