qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qexo-general] Output to a file, and formatting


From: Richard
Subject: [Qexo-general] Output to a file, and formatting
Date: Sat, 13 Nov 2004 05:34:10 -0800

I've been looking, and I can't seem to find a way to do 2 things with Qexo when running XQuerys (both XPath and FLWOR):
 
1) output query results to a file, instead of the (default) screen; and
2) format results... how do I get a carriage return between query results, so instead of:
 
<a></a><a></a><a></a>
 
i can get:
 
<a></a>
<a></a>
<a></a>
 
 what about indentation/tabs? so instead of:
 
<a>
<b>
<c>
</c>
</b>
</a>
 
i can get:
 
<a>
    <b>
        <c>
        </c>
    </b>
</a>
 
Thanks for the help!
Richard.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]