You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on project where we are using hickory as part of our client interface towards REST backend application. Backend is providing XML that contains case sensitive tags that refer to JAVA classes.
Hickory has hardcoded cast of attribute names and tags to lower-case-keyword. Is it possible to make it more transparent and leave that job to end user. To use zipper/walk to change keys?
Tnx,
Robert
The text was updated successfully, but these errors were encountered:
I'm not sure. Hickory assumes HTML throughout the pipeline, and I really
don't know that much about XML, so I haven't thought about the extent to
which you can send XML through there. Do you have a specific change in
mind, or are you asking if I know how to make it happen? Answer to the
second one is no, I'm afraid.
I'm working on project where we are using hickory as part of our client
interface towards REST backend application. Backend is providing XML that
contains case sensitive tags that refer to JAVA classes.
Hickory has hardcoded cast of attribute names and tags to
lower-case-keyword. Is it possible to make it more transparent and leave
that job to end user. To use zipper/walk to change keys?
Tnx,
Robert
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #37
Hi,
I'm working on project where we are using hickory as part of our client interface towards REST backend application. Backend is providing XML that contains case sensitive tags that refer to JAVA classes.
Hickory has hardcoded cast of attribute names and tags to lower-case-keyword. Is it possible to make it more transparent and leave that job to end user. To use zipper/walk to change keys?
Tnx,
Robert
The text was updated successfully, but these errors were encountered: