argbatch: show schema list (doctype)

Hi.
I want to show schema(doctype) list by argbatch.(don’t use SMH)
But I don’t know that command.

Please help me.

Hi,

unfortunately there is no such argbatch command.
However, you can get the doctypes via XQuery. Using a command line tool to resolve http requests (e.g. Lynx), you can evaluate e.g. the following expression
http://localhost/tamino/welcome_4_4_1?_xquery={?serialization%20method=‘xml’?}for%20$i%20in%20collection(‘ino:collection’
)/:schema//:doctype%20return%20{string($i/@name)}

Hope this helps

Harald

Thank you very much!!
I will try.