Re: [xsl] element selection based on attribute value not working - xsl, fop, pdf

Subject: Re: [xsl] element selection based on attribute value not working - xsl, fop, pdf
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 19 Sep 2003 13:53:19 +0100
   The reason is the attribute was in
  UPPER-CASE, i.e. PURPOSE='PHONE' doesn't work in the WebSphere Application
  Server deployed XSLT
  and FOP code. The moment I made it "purpose = 'phone'" it started working
  with my original approach. 

  This is really some ridiculous internal bug of either the JDK in VAJ/ WAS
  or java implementation of Xalan or
  FOP or SAX implementation of Xalan java processor.

Is the attribute PURPOSE or purpose in your source XML?
if it is purpose then  @PURPOSE='PHONE' should not match, that is not a
bug.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread