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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to