to make the long story short:

the output has the whole xml file after the section of
the xml file i want to include.

i.e

<cinclude:include
src="../../commons/contents/ATTRIBUTES.xml"
select="data/AGE/*" />

outputs:

<?xml version="1.0" encoding="UTF-8"?>
<age> data <age>  <!-- this is what i want -->

<data>               <!-- this is what i DONT want -->
  <dt> text <dt>
  <age> data <age>
</data>

Am i doin something wrong or is it a bug??

-Apurva


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to