0

I'm using the

--indent, -i
Indent output.

command line argument of Zorba XQuery 2.1 to ident the html output of my XQuery.

Is there any option that can be set so the indenting will be done using a tab character instead of two spaces?

Thank you

TechAurelian
  • 5,561
  • 5
  • 50
  • 65
  • As a feature request for zorba, you can add a bug report for it and mark it as "wishlist". https://bugs.launchpad.net/zorba/+filebug – Dennis Münkle Feb 21 '12 at 09:03

1 Answers1

1

No. That's not possible. How do you use Zorba. From unix terminal? If yes, you can use a unix command:

Replace whitespaces with tabs in linux

Community
  • 1
  • 1
David Graf
  • 1,152
  • 2
  • 13
  • 24
  • I'm using it from Windows 7, from a batch file. But I'm using fart-it.sourceforge.net to replace the white spaces with tabs. – TechAurelian Mar 02 '12 at 13:52