[Haskell-cafe] Re: HXT namespace problem
Martin Huschenbett
huschi at gmx.org
Wed Apr 25 09:13:00 EDT 2007
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.
More information about the Haskell-Cafe
mailing list