Re: [xsl] Urgent help required Node.getLocalName()

Subject: Re: [xsl] Urgent help required Node.getLocalName()
From: "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx>
Date: Thu, 26 Aug 2004 10:04:45 -0700 (PDT)
Hello Josh,
          I think I missed to mentioned the real
problem. It very much to do with XSLT. My stylesheet
required some local namespace  and if it is null then
it will throw error. So before doing transformation I
am manipulating DOM object using Xerces api. During
the manipuation I am getting the localname null so I
need to set it some value, even if " ". As the
document is very large and deals with some sensitive
data so I would rather make it " "[space] or "No"
which can make my stylesheet to work perfectly.
Is that clear?

regards,
Ranjan
--- Josh Canfield <joshcanfield@xxxxxxxxx> wrote:

> This is not the right place to ask that question as
> it has nothing to
> do with XSL. You also haven't said anything about
> what language or api
> you are using, but you might find that there is
> another method that
> will give you the name of the node, perhaps
> getNodeName().
> 
> On Thu, 26 Aug 2004 09:10:14 -0700 (PDT), Ranjan K.
> Baisak
> <ranjanbaisak@xxxxxxxxx> wrote:
> > Hello List,
> >           I need urgent help regarding
> getLocalName()
> > of Node. getLocalName() returns me null. I need
> this
> > method to return me not a null value. Is there any
> way
> > I cann change the local name so that I can get not
> > null. I am manipulating a large document.
> > This is an urgent help.
> > 
> > regards,
> > Ranjan
> > 
> > _______________________________
> > Do you Yahoo!?
> > Win 1 of 4,000 free domain names from Yahoo! Enter
> now.
> > http://promotions.yahoo.com/goldrush
> 
> 



		
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com

Current Thread