Hi,
Quoting Hans H?bner (hans.huebner@gmail.com):
I have changed the with-element macro in our cxml tree in order to be able to emit XML with computed element names. We´re now working on getting rid of our private thirdparty subtree and my change collides with what cxml regularily does.
OK, I have checked your change into cxml CVS. It seems like the right thing to do now and brings the implementation in line with the documentation...
Please test! :-)
Do you still plan to support a namespace syntax in with-element? Would you be willing to use another macro (i.e. with-element-ns) or a smarter solution for that? I will change our application so that it
Yeah, probably something like WITH-ELEMENT*.
Thanks, David