[aspectwerkz-user] Define external entities in aop.xml

balderman <[email protected]> Sun, 3 Dec 2006 04:28:13 -0800 (PST)
Newsgroups gmane.comp.java.aspectwerkz.user
Message-ID <[email protected]>
Hi
I am trying to include external entities in my aop.xml.
It looks like:
~~~~~~~~
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE aspectwerkz PUBLIC
    "-//AspectWerkz//DTD 2.0//EN"
    "http://aspectwerkz.codehaus.org/dtd/aspectwerkz_2_0.dtd"  [
    <!ENTITY common-asspects SYSTEM "aop-common.xml" >
    <!ENTITY debug-asspects SYSTEM "aop-debug.xml" >
]>

<aspectwerkz>
    <system id="lambada-backend">
    <exclude package="com.bmc.idm.cmplmgr.bootstrap.backend.*"/>
    &common-asspects;
    &debug-asspects;
    </system>
</aspectwerkz>

When I try to run aspectwerkz, dom4j fail to parse it. The xml is valid [IE
can dispaly it well]
Any idea?

Thanks

Avishay
-- 
View this message in context: http://www.nabble.com/Define-external-entities-in-aop.xml-tf2746370.html#a7662440
Sent from the AspectWerkz - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email