Julian Graham <[EMAIL PROTECTED]> writes: > > (*FRAGMENT* (@ (sdom:owner-document #<procedure #f ()>))) > > ...but when you run it after documentadoptnode-14, it's: > > (*FRAGMENT* (http://www.w3.org/1999/xhtml:acronym ...
I notice you return a constant list '(*FRAGMENT*) for the sdom:node-type-document-fragment case. Do you modify the cdr of that directly (ie. with `set-cdr!')? If so then that constant will be changed in the code, which is very possibly not what you want. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
