Hi,

Okay I got bored and didn't wait for your patch ;)

I actually implemented the ability to do

<config:include location="helloworld.xml"/>

but found out I didn't really like it at all - was very non-intuitive.


So what I would suggest doing is adding a definition of an entity at top of 
config file and then using the entity in xml file. SO it would end up looking 
something like

<!DOCTYPE config [
    <!ENTITY helloworld SYSTEM "helloworld.xml">
]>

<config>

  <!-- this next line will load and expand the helloworld.xml file -->
  &helloworld; 

</config>

-- 
Cheers,

Pete

------------------------------------------------------
"If people are good only because they fear punishment,
and hope for reward, then we are a sorry lot indeed." 
                                 -Albert Einstein
------------------------------------------------------

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

Reply via email to