The Artima Developer Community
Sponsored Link

Java Answers Forum
Java & XML

1 reply on 1 page. Most recent reply: Nov 16, 2005 4:43 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Vishal Gupta

Posts: 1
Nickname: go4kpo
Registered: Nov, 2005

Java & XML Posted: Nov 16, 2005 3:39 AM
Reply to this message Reply
Advertisement
Just wanted to know how to call XML files in Java.

Thanks.

http://www.go4kpo.com


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Java & XML Posted: Nov 16, 2005 4:43 AM
Reply to this message Reply
> Just wanted to know how to call XML files in Java.
>

Huh? Open an XML file? Parse an XML file (there are a
number of XML parsers freely available on line) and with
the standard Java platform)?

You cannot call an XML file in any programming language.

If you want to manipulate XML files Google:

"JDOM" or "SAX" tutorial. That should give you a starting
point.

> Thanks.
>
> http://www.go4kpo.com

Flat View: This topic has 1 reply on 1 page
Topic: pls help me with my HW Previous Topic   Next Topic Topic: Java.io

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use