简体   繁体   中英

XQuery and Zorba: Setting indent to add a tab character instead of two spaces

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM