- viz runtime error:

 

XSLT Error (java.lang.NoSuchMethodError): org.xml.sax.Attributes: method(I)Ljava/lang/String; not found

At org.apache.xalan.processor.XSLTElementProcessor.setAttributes(XSLTEElementProcessor.java:346)

… 311

 

 

- file xalan\src\org\apache\xalan\processor\XSLTElementProcessor line 346:

 

      String attrUri = attributes.getURI(i);

      // Hack for Crimson.  -sb

      if((null != attrUri) && (attrUri.length() == 0)

->                           && (attributes.getQName(i).startsWith("xmlns:") ||

                               attributes.getQName(i).equals("xmlns")))

 

This happens even with the SimpleTransform example bundled with Xerces

 

Running windows with java v1.3.0 / IBM

 

Best solution – or is it just me!?

 

John Turnbull (newbie that can’t find active mailing list archives :P )

 

Reply via email to