Re: [xslt] Bug (?) in attribute set resolver?



Robert Koberg schrieb:
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.

And consider using XML catalogs to get rid of this problem.

http://www.ibm.com/developerworks/xml/library/x-mxd3.html

    xsltproc --catalogs

Or the equivalent methods in the API of your choice.

Michael Ludwig


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]