In the past, I would convert it into a string and then perform my XSLT transformations. However, more recently, I crafted a straightforward wrapper around TinyBuilder.
At present, it does not have the capability to handle attributes.
Would you be interested in incorporating this code into your library once it is completed?
I frequently find myself utilizing hiccup-style data structures rather than strings/streams. Something like:
In the past, I would convert it into a string and then perform my XSLT transformations. However, more recently, I crafted a straightforward wrapper around TinyBuilder.
At present, it does not have the capability to handle attributes. Would you be interested in incorporating this code into your library once it is completed?