I think it's typo because XML way's example use "file:./common.xml",
not "file:../common.xml".

Index: faq.xml
===================================================================
RCS file: /home/cvspublic/ant/xdocs/faq.xml,v
retrieving revision 1.44
diff -u -u -r1.44 faq.xml
--- faq.xml     9 Dec 2003 16:46:50 -0000       1.44
+++ faq.xml     25 Dec 2003 03:36:04 -0000
@@ -896,7 +896,7 @@
     ...
   </target>
 
-  <import file="../common.xml"/>
+  <import file="./common.xml"/>
 
   ...
 
@@ -1336,4 +1336,4 @@
 
   </faqsection>
 
-</document>
\ No newline at end of file
+</document>

-- 
Yuji Yamano <[EMAIL PROTECTED]>
  The music spread everywhere. In the mouth. In the armpits. In the crotch.
  The music a way of flying up and flying past. --Susan Sontag

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

Reply via email to