|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re:Re: regarding the extension library
Hello Greg.. Following is the java Code
public class StringUtils { /**
* Constructor for the StringUtils object
*/
public StringUtils() { } /**
* Description of the Method
*
*@param str Description of the Parameter
*@return Description of the Return Value
*/public String upperCase(String str) { return str.toUpperCase(); } } I am not using any static method and neither does this class have a main().. I am a bit worried that when i dint instantiate the class how is it working??? will XSL do that part by reading the name space declaration or something??? like .. will the parser read the declaration <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan = "http://xml.apache.org/xalan" exclude-result-prefixes="xalan" xmlns:str-utils = "com.xyz.StrUtils" extension-element-prefixes ="str-utils string" > and instantiate the class com.xyz.StrUtils???? thanks From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: regarding the extension library Date: Tue, 14 May 2002 11:12:10 -0600 _________________________________________________________ Click below to visit monsterindia.com and review jobs in India or Abroad http://monsterindia.rediff.com/jobs XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








