Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Eclipse XSD

Reply
Thread Tools

Eclipse XSD

 
 
mavis
Guest
Posts: n/a
 
      09-20-2006
Does anyone have any experiences or ideas about "Eclipse XSD packages"?


How is the performance of "XSD Parsing"?

Thank you in advance!

-Mavis

 
Reply With Quote
 
 
 
 
Joe Kesselman
Guest
Posts: n/a
 
      09-20-2006
mavis wrote:
> Does anyone have any experiences or ideas about "Eclipse XSD packages"?
> How is the performance of "XSD Parsing"?


If by "XSD parsing" you mean XML parsing with Schema validation, I
believe Eclipse users most often use the Xerces parser. Of course others
could also be used.

Or do you mean http://www.eclipse.org/xsd/?

Or do you mean schema-assisted XML editing?

Or do you mean assisted editing of XML Schemas?


--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
 
Reply With Quote
 
 
 
 
mavis
Guest
Posts: n/a
 
      09-20-2006
I mean http://www.eclipse.org/xsd/

Cos I need to access and modified XML schemas.

Xerces XSD apis only support "Access" instead of "Modifications"

Thanks!



Joe Kesselman wrote:
> mavis wrote:
> > Does anyone have any experiences or ideas about "Eclipse XSD packages"?
> > How is the performance of "XSD Parsing"?

>
> If by "XSD parsing" you mean XML parsing with Schema validation, I
> believe Eclipse users most often use the Xerces parser. Of course others
> could also be used.
>
> Or do you mean http://www.eclipse.org/xsd/?
>
> Or do you mean schema-assisted XML editing?
>
> Or do you mean assisted editing of XML Schemas?
>
>
> --
> () ASCII Ribbon Campaign | Joe Kesselman
> /\ Stamp out HTML e-mail! | System architexture and kinetic poetry


 
Reply With Quote
 
mavis
Guest
Posts: n/a
 
      09-20-2006
I mean http://www.eclipse.org/xsd/

Cos I need to access and modified XML schemas.

Xerces XSD apis only support "Access" instead of "Modifications"

Thanks!



Joe Kesselman wrote:
> mavis wrote:
> > Does anyone have any experiences or ideas about "Eclipse XSD packages"?
> > How is the performance of "XSD Parsing"?

>
> If by "XSD parsing" you mean XML parsing with Schema validation, I
> believe Eclipse users most often use the Xerces parser. Of course others
> could also be used.
>
> Or do you mean http://www.eclipse.org/xsd/?
>
> Or do you mean schema-assisted XML editing?
>
> Or do you mean assisted editing of XML Schemas?
>
>
> --
> () ASCII Ribbon Campaign | Joe Kesselman
> /\ Stamp out HTML e-mail! | System architexture and kinetic poetry


 
Reply With Quote
 
Joe Kesselman
Guest
Posts: n/a
 
      09-20-2006
mavis wrote:
> Cos I need to access and modified XML schemas.


Of course since schemas are themselves an XML based language, you can
use standard XML tools to manipulate them. But, yes, there may be
advantages to using a set of APIs more specifically tuned for this purpose.

I haven't played with this specific set, so I have no opinion about it.

--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
 
Reply With Quote
 
mavis
Guest
Posts: n/a
 
      09-21-2006
thank you anyway!
Joe Kesselman wrote:
> mavis wrote:
> > Cos I need to access and modified XML schemas.

>
> Of course since schemas are themselves an XML based language, you can
> use standard XML tools to manipulate them. But, yes, there may be
> advantages to using a set of APIs more specifically tuned for this purpose.
>
> I haven't played with this specific set, so I have no opinion about it.
>
> --
> () ASCII Ribbon Campaign | Joe Kesselman
> /\ Stamp out HTML e-mail! | System architexture and kinetic poetry


 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XML + XSD: Is it possible to get all errors against the XSD? Markus Java 1 11-22-2005 02:53 PM
Difference between <import ....xsd> and <xlink:href=.....xsd> ???? Bernd Oninger XML 1 06-30-2004 08:21 AM
xsd:any as a child of xsd:all Peter Aberline XML 0 04-05-2004 03:38 PM
referencing another XSD file within an XSD file JavaDeveloper@nowhere.com XML 1 01-14-2004 05:22 PM
XSD document for XSD defintion Rick Razzano XML 1 09-26-2003 12:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57