RE: [xsl] normalize-space()?

Subject: RE: [xsl] normalize-space()?
From: Luke Jones <ljones@xxxxxxxxxxxxxxxxxx>
Date: Tue, 31 Oct 2006 15:15:29 -0600
On Tue, 2006-10-31 at 20:45 +0000, Michael Kay wrote:
> To help you further we'll need to see the bit of code that's in error.

Not 100% on which "bit of code" you're asking for.  Sorry if this isn't
what you meant.

java.lang.RuntimeException: Can not convert #STRING to a NodeList!at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3407)
at
org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(TransformerHandlerImpl.java:433)
at org.apache.xerces.parsers.AbstractSAXParser.endDocument(Unknown
Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.endDocument(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager
$EntityScanner.skipSpaces(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl
$TrailingMiscDispatcher.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xalan.transformer.TrAXFilter.parse(TrAXFilter.java:134)
at org.apache.fop.apps.Driver.render(Driver.java:498)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:106)
at org.apache.fop.apps.Fop.main(Fop.java:62)


Code at (TransformerImpl.java:3407)


3400        if (m_inputContentHandler instanceof TransformerHandlerImpl)
3401        {
3402          ((TransformerHandlerImpl) m_inputContentHandler).clearCoRoutine();
3403        }
3404
3405        //        synchronized (this)
3406        //        {
3407        //          notifyAll();
3408        //        }
3409      }
3410    }
3411    catch (Exception e)
3412    {

Thanks

Current Thread