| AW: AW: DOCTYPE XML include | AW: AW: DOCTYPE XML include 2003-03-05 - By Jan.Materne@(protected)
I don?t understand your question.
This snippet is from on of mine buildfiles:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE project [ <!ENTITY ant-commons SYSTEM "file:./build-common.xml"> --- more entity references could go here --- ]>
<project name="masterbuild" basedir="." default="init">
<!-- include the commons --> &ant-commons;
...
</project>
Jan Mat?rne
-----Urspr?ngliche Nachricht----- Von: Pritesh saharey [mailto:pritesh@(protected)] Gesendet am: Mittwoch, 5. M?rz 2003 09:58 An: Ant Users List Betreff: Re: AW: DOCTYPE XML include
But what if i want to import simple java.xml file in my build.xml file which how can i import <!DOCTYPE DOCUMENT [<!ENTITY include SYSTEM "file:./java.xml">]>
_____________________________________________________________ Join SQAtester.com Community ---> http://www.sqatester.com/testersarea/joinus.htm
_____________________________________________________________ Select your own custom email address for FREE! Get you@(protected) w/No Ads, 6MB, POP & more! http://www.everyone.net/selectmail?campaign=tag
|
|
 |