On Oct 23, 2008, at 1:27 PM, Jonathan S. Shapiro wrote:
I have a very small XHTML input file, and a transformer script that
wants to re-emit it as HTML with only trivial changes. It takes
*forever* (and used to be quite fast) and generates errors.
When run with -v, I see parsing complete successfully, followed by:
Resolving attribute sets references
error: Operation in progress
error: Operation in progress
It sounds like you have a DTD referenced in your XHTML source and
there is a slow/non-existent network connection that is trying to find
it.
-Rob
Is there some way to get more verbose output in this phase so that I
can
figure out (a) why this processing is taking so long on such a small
input, and (b) why the errors are occurring?
Or more generally, how should I go about attempting to debug this?
Thanks,
Jonathan
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt