Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » XML reader/writer API within Eclipse?
XML reader/writer API within Eclipse? [message #245808] Wed, 26 May 2004 16:06 Go to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

I am looking at providing a simple XML-based configuration file to a
plug-in. Is there an already-implemented XML reader/writer in the base
Eclipse platform, or will I have to roll my own? Any recommendations,
anyone?

Thanks,
Mark.
Re: XML reader/writer API within Eclipse? [message #245822 is a reply to message #245808] Wed, 26 May 2004 16:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

If you are using Eclipse 3.0, then since it requires jdk 1.4 you
automatically have an XML reader/writer available. It is part of java.


--
Thanks, Rich Kulp

Re: XML reader/writer API within Eclipse? [message #245823 is a reply to message #245822] Wed, 26 May 2004 16:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Rich Kulp wrote:

> If you are using Eclipse 3.0, then since it requires jdk 1.4 you
> automatically have an XML reader/writer available. It is part of java.
>
>

Yes, I am on 3.0 - I just wondered if there was something within Eclipse
that was a little higher level. Thanks for the reply.

Mark.
Re: XML reader/writer API within Eclipse? [message #245828 is a reply to message #245823] Wed, 26 May 2004 16:33 Go to previous messageGo to next message
Eclipse UserFriend
Mark Melvin wrote:

> Yes, I am on 3.0 - I just wondered if there was something within Eclipse
> that was a little higher level. Thanks for the reply.
>
> Mark.

Maybe the org.eclipse.ui.IMemento interface of eclipse and it's
implementing classes ( XMLMemento, ... ) is what you are looking for.

Henning Rogge
Re: XML reader/writer API within Eclipse? [message #245846 is a reply to message #245828] Wed, 26 May 2004 17:01 Go to previous message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Henning Rogge wrote:

> Mark Melvin wrote:
>
>> Yes, I am on 3.0 - I just wondered if there was something within
>> Eclipse that was a little higher level. Thanks for the reply.
>>
>> Mark.
>
>
> Maybe the org.eclipse.ui.IMemento interface of eclipse and it's
> implementing classes ( XMLMemento, ... ) is what you are looking for.
>
> Henning Rogge

Hmm...interesting - thanks!

Mark.
Previous Topic:Unable to use old workspace with our eclipse based product.
Next Topic:I want to hide perspective bar on my RCP application(3.0M9)
Goto Forum:
  


Current Time: Mon May 12 13:11:49 EDT 2025

Powered by FUDForum. Page generated in 0.05707 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top