You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Mark Robinson <ma...@mizar.com> on 2006/11/02 19:41:36 UTC

XML Include in XSS files

Hi,

I'm trying to include one XML file inside my XSS style document.  Does 
the Trinidad XML parser support the include directive or do I have to 
use ENTITY declarations for includes?

Mark

Re: XML Include in XSS files

Posted by Adam Winer <aw...@gmail.com>.
There is no "Trinidad XML parser";  we just use JAXP.  So,
if the XML parser installed in your webapp supports XML Include,
this could work.

-- Adam


On 11/2/06, Mark Robinson <ma...@mizar.com> wrote:
> Hi,
>
> I'm trying to include one XML file inside my XSS style document.  Does
> the Trinidad XML parser support the include directive or do I have to
> use ENTITY declarations for includes?
>
> Mark
>