[Haskell-cafe] Haskell and XML, need some tips from practioners

Colin Paul Adams colin at colina.demon.co.uk
Thu Feb 25 09:04:41 EST 2010


>>>>> "Günther" == Günther Schmidt <gue.schmidt at web.de> writes:

    Günther> But now I need to amend the attributes of some elements
    Günther> with looked up values from the outside, the lookup-key is a
    Günther> particular attribute value of the nodes. This I cannot do
    Günther> through xslt processing as the information needed is not
    Günther> within the xml document.

You probably can. Via implementing some custom URI resolver, or an
extension function, or such like. 
Depending upon the xslt implementation.

Not that I'm discouraging you from doing it in Haskell instead.
-- 
Colin Adams
Preston Lancashire


More information about the Haskell-Cafe mailing list