[xsl] xpath question

Subject: [xsl] xpath question
From: Mulberry Technologies List Owner <xsl-list-owner@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 Jul 2001 16:47:00 -0400
>From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
>To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
>Subject: xpath question
>Date: Thu, 26 Jul 2001 15:35:10 +0000
>
>Hi list,
>         I want to view & update the node of a dom tree using xpath api and
>i have a problem  the below code gives me a null value.
>public static void main(String[] args)
>	{
>		try{
>		get gt=new get();
>		DOMParser parser = new DOMParser();
>		parser.parse("add.xml");
>		org.w3c.dom.Document doc = parser.getDocument();
>		Node res=gt.findAddress("Earl Spencer",doc);
>		System.out.println(res.getNodeValue());
>		}
>		catch(Exception e){}
>	}
>
>      Forgive me if i have done any thing wrong cause i am using XPATH and
>DOM api's for the first time i am using xalan-1.2.2 to do this.
>            I actually want to update a node value using an xpath
>expression.
>
>Thanks in Advance
>Spencer
>

-- 
======================================================================
B. Tommie Usdin                        mailto:btusdin@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com  
17 West Jefferson Street                           Phone: 301/315-9631
Suite 207                                    Direct Line: 301/315-9634
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML              
======================================================================

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


Current Thread