
25 Apr
2007
25 Apr
'07
9:13 a.m.
Tim Walkenhorst schrieb:
runX $ constA (request TableListRequest) >>> root [] [writeA] >>> writeDocument [(a_indent,v_1)] "-"
writeDocument [(a_indent,v_1), (a_check_namespaces, v_1)] "-"
should do the trick.
a_check_namespaces unfortunately didn't do the trick. But using uniqueNamespacesFromDeclAndQNames *before* constructing the root helped. But this was not very well documented. However, thanks for your help. Regards, Martin.