XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 20th, 2004, 04:02 AM
amar22 amar22 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 1 amar22 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question reading and writing values to xml doc using Java

Hi,

Could some on eplease help me in achieving this? I need to read some nodes from an xml doc and write some values to those nodes using Java.

I'm attaching the sample xml and my Ajava code below.
Any suggestions please??

xml code:
<?xml version="1.0"?>
<TestPreview>
<TestCard>
<SelectedItem>1</SelectedItem>
<Salutation>Dear Test</Salutation>
<MessageBody xml:space="preserve"> Test Message</MessageBody>
<MessageFont>Arial</MessageFont>
<MessageSize>12</MessageSize>
<MessageColor>black</MessageColor>
<IdNo>12345</IdNo>
</TestCard>
</TestPreview>

Java Code:
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();

DocumentBuilder builder = factory.newDocumentBuilder();
BufferedInputStream bin = null;
bin = new BufferedInputStream( new File(previewcard.xml));
Document document = builder.parse(bin);
NodeList nl = document.getElementsByTagName("*");
for(int i=0;i<nl.getLength();i++){
Node n = (Node)nl.item(i);
n.getNodeValue();
n.setNodeValue("test");
}


Best Regards,
Amar.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > reading and writing values to xml doc using Java


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT