Hi,
When I execute a query like "select wfID as ID, wfName as Name from Workflowlist"
In the browser (I used the default xml2html stylesheet) I get something like this :

-<4="4"name="name">
  -<>
�  <>1</>
  �<>Max_pkg1</>
  </>
  -<>           � 
   <>2</>
�  <>Max_pkg2</>
  </>
...
</>

But how can I get the tags like :

-<Workflowlist>
  -<Workflow>
�  <ID>1</ID>
  �<Name>Max_pkg1</Name>
  </Workflow>
  -<Workflow>           � 
   <ID>2</ID>
�  <Name>Max_pkg2</Name>
  </Workflow>
...
</Workflowlist>

---------------------------------------------------------------------
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