[xsl] Using JDOM to read XML

Subject: [xsl] Using JDOM to read XML
From: Brian Hickey <brian_hickey1@xxxxxxxxx>
Date: Fri, 9 Aug 2002 12:48:43 -0700 (PDT)
Hello all

I have the following resources (attached below) in my
xml file and I want to find the actual file name of a
resource (href attribute), for which I know the
identifier.  
I have been through the JDOM API and cannot find how
to do matches using only attributes. I would
appreciate any help or a snippet of java code on how
to do this. 
Thanks & Rgds
Brian 

<manifest> 
 <resources> 
  <resource identifier="MANIFEST01_RESOURCE1"
type="webcontent" href="Geo101_readings.doc"> 
    <file href="Geo101_readings.doc" /> 
  </resource> 
  <resource identifier="MANIFEST01_RESOURCE2"
type="webcontent" href="Geo101_syllabus.doc"> 
    <file href="Geo101_syllabus.doc" /> 
   </resource> 
   <resource identifier="MANIFEST01_RESOURCE3"
type="webcontent" href="Geo101_schedule.doc"> 
    <file href="Geo101_schedule.doc" /> 
  </resource> 
 </resources>
</manifest> 

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

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


Current Thread