All functionality provided by an XSLT processor (for e.g. Xalan-J) is bound to a namespace URI. The processor doesn't fetch anything from this URI. It's just a name (namespace, actually) specified in the specification, which says that all language components belong to this namespace. I would compare it with the Java package concept.
The usage of Xalan-J Java namespace [1] is similar in concept to the XSLT namespace, as specified below. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" [1] http://xml.apache.org/xalan-j/extensions.html#ex-java-namespace (xmlns:java="http://xml.apache.org/xalan/java") On Nov 7, 2007 11:51 PM, Bali, Vikas (Consultant) <[EMAIL PROTECTED]> wrote: > Hi Mukul > > What is the problem in namespace...Please explain. > > Vikas -- Regards, Mukul Gandhi