Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » XML Editor
XML Editor [message #53717] Sun, 11 May 2003 23:23 Go to next message
Eclipse UserFriend
Originally posted by: viraf_bankwalla.yahoo.com

Hi,

I am new to developing in Eclipse and the news group. I am in need of an
XML editor that validates against an XML Schema. I was hoping that
something similar to that provided in WSAD would have been available in
Eclipse. My undersanding from the prior posts on eclipse.technology.xsd is
that the XML Editor is not in the charter of this project.

+ Is there another project that I should approach regarding the editor.
This is a common request on eclipse.technology.xsd

+ Are there any samples that I can be refered to on how one would go about
building an XML Editor in Eclipse.

Thanks.

- viraf
Re: XML Editor [message #53797 is a reply to message #53717] Mon, 12 May 2003 13:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

--------------6225800F315FE12D10A55F88
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Viraf,

I think there is some consideration being given to making some of the WSAD XML
technology be part of Eclipse open source, but that could just be a vicious
rumor, so don't quote me.

There are currently no Eclipse projects I know of that would provide support
for an XML Editor.

The Sample XML Schema Editor is an example of a Eclipse Editor. Also, the EMF
tools let you generate an editor specific to a particular XML Schema. Here's a
tutorial for how to do that:

http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html

Viraf Bankwalla wrote:

> Hi,
>
> I am new to developing in Eclipse and the news group. I am in need of an
> XML editor that validates against an XML Schema. I was hoping that
> something similar to that provided in WSAD would have been available in
> Eclipse. My undersanding from the prior posts on eclipse.technology.xsd is
> that the XML Editor is not in the charter of this project.
>
> + Is there another project that I should approach regarding the editor.
> This is a common request on eclipse.technology.xsd
>
> + Are there any samples that I can be refered to on how one would go about
> building an XML Editor in Eclipse.
>
> Thanks.
>
> - viraf

--------------6225800F315FE12D10A55F88
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>

<p>Viraf Bankwalla wrote:
<blockquote TYPE=CITE>Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</html>

--------------6225800F315FE12D10A55F88--
Re: XML Editor [message #53899 is a reply to message #53797] Thu, 15 May 2003 04:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

This is a multi-part message in MIME format.

------=_NextPart_000_304D_01C31A73.05FBDFE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

When I try to open the Sample XML Schema Editor I get a null pointer =
exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the =
schema opens in the text editor. Does this editor work in the current =
release?

Bob
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EBFA1DE.EB4F5765@ca.ibm.com...
Viraf,=20
I think there is some consideration being given to making some of the =
WSAD XML technology be part of Eclipse open source, but that could just =
be a vicious rumor, so don't quote me.=20

There are currently no Eclipse projects I know of that would provide =
support for an XML Editor.=20

The Sample XML Schema Editor is an example of a Eclipse Editor. Also, =
the EMF tools let you generate an editor specific to a particular XML =
Schema. Here's a tutorial for how to do that:=20

=
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/doc=
s/xlibmod/xlibmod_main.html
Viraf Bankwalla wrote:=20

Hi,=20
I am new to developing in Eclipse and the news group. I am in need =
of an=20
XML editor that validates against an XML Schema. I was hoping that=20
something similar to that provided in WSAD would have been available =
in=20
Eclipse. My undersanding from the prior posts on =
eclipse.technology.xsd is=20
that the XML Editor is not in the charter of this project.=20

+ Is there another project that I should approach regarding the =
editor.=20
This is a common request on eclipse.technology.xsd=20

+ Are there any samples that I can be refered to on how one would =
go about=20
building an XML Editor in Eclipse.=20

Thanks.=20

- viraf


------=_NextPart_000_304D_01C31A73.05FBDFE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>When I try to open the Sample XML =
Schema Editor I=20
get a null pointer exception at XSDSimpleTypeDefinitionImpl.java:3935 =
after=20
which the schema opens in the text editor. Does this editor work in the =
current=20
release?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bob</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ed Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.=
com</A>...</DIV>Viraf,=20

<P>I think there is some consideration being given to making some of =
the WSAD=20
XML technology be part of Eclipse open source, but that could just be =
a=20
vicious rumor, so don't quote me.=20
<P>There are currently no Eclipse projects I know of that would =
provide=20
support for an XML Editor.=20
<P>The Sample XML Schema Editor is an example of a Eclipse =
Editor.&nbsp; Also,=20
the EMF tools let you generate an editor specific to a particular XML=20
Schema.&nbsp; Here's a tutorial for how to do that:=20
<BLOCKQUOTE><A=20
=
href=3D" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-=
home/docs/xlibmod/xlibmod_main.html">http://dev.eclipse.org/viewcvs/index=
tools.cgi/%7Echeckout%7E/emf-home/docs/xlibmod/xlibmod_main. html </A></BLO=
CKQUOTE>
<P>Viraf Bankwalla wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">Hi,=20
<P>I am new to developing in Eclipse and the news group.&nbsp; I am =
in need=20
of an <BR>XML editor that validates against an XML Schema.&nbsp; I =
was=20
hoping that <BR>something similar to that provided in WSAD would =
have been=20
available in <BR>Eclipse.&nbsp; My undersanding from the prior posts =
on=20
eclipse.technology.xsd is <BR>that the XML Editor is not in the =
charter of=20
this project.=20
<P>+&nbsp; Is there another project that I should approach regarding =
the=20
editor. <BR>This is a common request on eclipse.technology.xsd=20
<P>+&nbsp; Are there any samples that I can be refered to on how one =
would=20
go about <BR>building an XML Editor in Eclipse.=20
<P>Thanks.=20
<P>- viraf</P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_304D_01C31A73.05FBDFE0--
Re: XML Editor [message #53921 is a reply to message #53899] Thu, 15 May 2003 15:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

--------------09DF04517194F068FBD2E0E0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bob,

Could you please send me the schema that exhibits this behavior? I can
add a null guard to prevent this problem, but I'd like to have a schema
that I can test against. Thanks.


Bob Foster wrote:

> When I try to open the Sample XML Schema Editor I get a null pointer
> exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the
> schema opens in the text editor. Does this editor work in the current
> release? Bob
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,
>
> I think there is some consideration being given to making
> some of the WSAD XML technology be part of Eclipse open
> source, but that could just be a vicious rumor, so don't
> quote me.
>
> There are currently no Eclipse projects I know of that would
> provide support for an XML Editor.
>
> The Sample XML Schema Editor is an example of a Eclipse
> Editor. Also, the EMF tools let you generate an editor
> specific to a particular XML Schema. Here's a tutorial for
> how to do that:
>
> http://dev.ecli
> se.org/viewcvs/indextools.cgi/%7Echeckout%7E/emf-home/docs/x libmod/xlibmod_main.html
>
> Viraf Bankwalla wrote:
>
> > Hi,
> >
> > I am new to developing in Eclipse and the news group. I
> > am in need of an
> > XML editor that validates against an XML Schema. I was
> > hoping that
> > something similar to that provided in WSAD would have been
> > available in
> > Eclipse. My undersanding from the prior posts on
> > eclipse.technology.xsd is
> > that the XML Editor is not in the charter of this project.
> >
> > + Is there another project that I should approach
> > regarding the editor.
> > This is a common request on eclipse.technology.xsd
> >
> > + Are there any samples that I can be refered to on how
> > one would go about
> > building an XML Editor in Eclipse.
> >
> > Thanks.
> >
> > - viraf
>

--------------09DF04517194F068FBD2E0E0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Bob,
<p>Could you please send me the schema that exhibits this behavior?&nbsp;
I can add a null guard to prevent this problem, but I'd like to have a
schema that I can test against.&nbsp; Thanks.
<br>&nbsp;
<p>Bob Foster wrote:
<blockquote TYPE=CITE><style></style>
<font face="Arial"><font size=-1>When
I try to open the Sample XML Schema Editor I get a null pointer exception
at XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens in
the text editor. Does this editor work in the current release?</font></font>&nbsp;<font face="Arial"><font size=-1>Bob</font></font>
<blockquote dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed
Merks" &lt;<a href="mailto:merks@ca.ibm.com">merks@ca.ibm.com</a>> wrote
in message <a href="news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.com</a>...Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>
Viraf Bankwalla wrote:
<blockquote TYPE="CITE">Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</blockquote>
</blockquote>

</body>
</html>

--------------09DF04517194F068FBD2E0E0--
Re: XML Editor [message #54039 is a reply to message #53899] Thu, 15 May 2003 21:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

--------------37CCEA8659071146E6244625
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bob,

I've fixed the code to avoid the null point error. Thanks for sending a
sample.


Bob Foster wrote:

> When I try to open the Sample XML Schema Editor I get a null pointer
> exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the
> schema opens in the text editor. Does this editor work in the current
> release? Bob
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,
>
> I think there is some consideration being given to making
> some of the WSAD XML technology be part of Eclipse open
> source, but that could just be a vicious rumor, so don't
> quote me.
>
> There are currently no Eclipse projects I know of that would
> provide support for an XML Editor.
>
> The Sample XML Schema Editor is an example of a Eclipse
> Editor. Also, the EMF tools let you generate an editor
> specific to a particular XML Schema. Here's a tutorial for
> how to do that:
>
> http://dev.ecli
> se.org/viewcvs/indextools.cgi/%7Echeckout%7E/emf-home/docs/x libmod/xlibmod_main.html
>
> Viraf Bankwalla wrote:
>
> > Hi,
> >
> > I am new to developing in Eclipse and the news group. I
> > am in need of an
> > XML editor that validates against an XML Schema. I was
> > hoping that
> > something similar to that provided in WSAD would have been
> > available in
> > Eclipse. My undersanding from the prior posts on
> > eclipse.technology.xsd is
> > that the XML Editor is not in the charter of this project.
> >
> > + Is there another project that I should approach
> > regarding the editor.
> > This is a common request on eclipse.technology.xsd
> >
> > + Are there any samples that I can be refered to on how
> > one would go about
> > building an XML Editor in Eclipse.
> >
> > Thanks.
> >
> > - viraf
>

--------------37CCEA8659071146E6244625
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Bob,
<p>I've fixed the code to avoid the null point error.&nbsp; Thanks for
sending a sample.
<br>&nbsp;
<p>Bob Foster wrote:
<blockquote TYPE=CITE><style></style>
<font face="Arial"><font size=-1>When
I try to open the Sample XML Schema Editor I get a null pointer exception
at XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens in
the text editor. Does this editor work in the current release?</font></font>&nbsp;<font face="Arial"><font size=-1>Bob</font></font>
<blockquote dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed
Merks" &lt;<a href="mailto:merks@ca.ibm.com">merks@ca.ibm.com</a>> wrote
in message <a href="news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.com</a>...Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>
Viraf Bankwalla wrote:
<blockquote TYPE="CITE">Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</blockquote>
</blockquote>

</body>
</html>

--------------37CCEA8659071146E6244625--
Re: XML Editor [message #54101 is a reply to message #54039] Fri, 16 May 2003 04:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

This is a multi-part message in MIME format.

------=_NextPart_000_3202_01C31B37.ADA44100
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Great. It wasn't until you asked that I realized that most other schemas =
were working just fine. The sample happened to be the first one I tried. =
;-}

Bob
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EC403FB.58F65E34@ca.ibm.com...
Bob,=20
I've fixed the code to avoid the null point error. Thanks for sending =
a sample.=20
=20

Bob Foster wrote:=20

When I try to open the Sample XML Schema Editor I get a null pointer =
exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the =
schema opens in the text editor. Does this editor work in the current =
release? Bob=20
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,=20
I think there is some consideration being given to making some of =
the WSAD XML technology be part of Eclipse open source, but that could =
just be a vicious rumor, so don't quote me.=20

There are currently no Eclipse projects I know of that would =
provide support for an XML Editor.=20

The Sample XML Schema Editor is an example of a Eclipse Editor. =
Also, the EMF tools let you generate an editor specific to a particular =
XML Schema. Here's a tutorial for how to do that:=20

=
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/doc=
s/xlibmod/xlibmod_main.html
Viraf Bankwalla wrote:=20
Hi,=20
I am new to developing in Eclipse and the news group. I am in =
need of an=20
XML editor that validates against an XML Schema. I was hoping =
that=20
something similar to that provided in WSAD would have been =
available in=20
Eclipse. My undersanding from the prior posts on =
eclipse.technology.xsd is=20
that the XML Editor is not in the charter of this project.=20

+ Is there another project that I should approach regarding the =
editor.=20
This is a common request on eclipse.technology.xsd=20

+ Are there any samples that I can be refered to on how one =
would go about=20
building an XML Editor in Eclipse.=20

Thanks.=20

- viraf


------=_NextPart_000_3202_01C31B37.ADA44100
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Great. It wasn't until you asked that I =
realized=20
that most other schemas were working just fine. The sample happened to =
be the=20
first one I tried. ;-}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bob</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ed Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EC403FB.58F65E34@ca.ibm.com">news:3EC403FB.58F65E34@ca.ibm.=
com</A>...</DIV>Bob,=20

<P>I've fixed the code to avoid the null point error.&nbsp; Thanks for =
sending=20
a sample. <BR>&nbsp;=20
<P>Bob Foster wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">
<STYLE></STYLE>
<FONT face=3DArial><FONT size=3D-1>When I try to open the Sample XML =
Schema=20
Editor I get a null pointer exception at=20
XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens =
in the=20
text editor. Does this editor work in the current=20
release?</FONT></FONT>&nbsp;<FONT face=3DArial><FONT =
size=3D-1>Bob</FONT></FONT>=20

<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed=20
Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.=
com</A>...Viraf,=20

<P>I think there is some consideration being given to making some =
of the=20
WSAD XML technology be part of Eclipse open source, but that could =
just be=20
a vicious rumor, so don't quote me.=20
<P>There are currently no Eclipse projects I know of that would =
provide=20
support for an XML Editor.=20
<P>The Sample XML Schema Editor is an example of a Eclipse =
Editor.&nbsp;=20
Also, the EMF tools let you generate an editor specific to a =
particular=20
XML Schema.&nbsp; Here's a tutorial for how to do that:=20
<BLOCKQUOTE><A=20
=
href=3D" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-=
home/docs/xlibmod/xlibmod_main.html">http://dev.eclipse.org/viewcvs/index=
tools.cgi/%7Echeckout%7E/emf-home/docs/xlibmod/xlibmod_main. html </A></BLO=
CKQUOTE>Viraf=20
Bankwalla wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">Hi,=20
<P>I am new to developing in Eclipse and the news group.&nbsp; I =
am in=20
need of an <BR>XML editor that validates against an XML =
Schema.&nbsp; I=20
was hoping that <BR>something similar to that provided in WSAD =
would=20
have been available in <BR>Eclipse.&nbsp; My undersanding from =
the prior=20
posts on eclipse.technology.xsd is <BR>that the XML Editor is =
not in the=20
charter of this project.=20
<P>+&nbsp; Is there another project that I should approach =
regarding the=20
editor. <BR>This is a common request on eclipse.technology.xsd=20
<P>+&nbsp; Are there any samples that I can be refered to on how =
one=20
would go about <BR>building an XML Editor in Eclipse.=20
<P>Thanks.=20
<P>- =
viraf</P></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE ></BODY></HTM=
L>

------=_NextPart_000_3202_01C31B37.ADA44100--
Re: XML Editor [message #65121 is a reply to message #53717] Thu, 12 August 2004 21:27 Go to previous message
Eclipse UserFriend
Originally posted by: mark.l3jane.net

On Sun, 11 May 2003 19:23:26 -0400, Viraf Bankwalla wrote:

A question related. [Sorry for the intrusion on this thread]

> Hi,
>
> I am new to developing in Eclipse and the news group. I am in need of an
> XML editor that validates against an XML Schema.

I am a newbie in all Eclipse related stuff also.

I'm searching for a XML editor too, my only (and simple) needs are: DTD
validation and XSLT transforms. I found some plugins but none of them
convinced me.

Here is a list of the ones which I tried (perhaps can be usefull for some
other newbie):

* VeX [http://vex.sourceforge.net/index.html
- It seems very cool, but It's DTD/XHTML/CSS oriented, I haven't found
no XSD and no XSLT stuff.
* XMLBuddy [http://xmlbuddy.com/]
- Only the Pro version make XSL Transoforms. The 'lite'
version si free (Some XML Schema support on the free version)
* Blacksun Editors Plugin [http://black-sun.sourceforge.net/]
- Simple, but no Schema and no XSL Transforms support. Only an editor
* Improve XSLT plugin
[http://www.improve-technologies.com/alpha/xslt-launcher/]
- (Alpha), I downloaded it but not tested.
* X-men [http://xmen.sourceforge.net/]
- I don't tested it yet. I have no comments about it, sorry.

I only needs DTD validating and XSL Transforms (with the common editor
features: syntax-highlighting, indent, and so on).

If anybody knows some other I'll be grateful.

Thanks. And sorry because I don't speak/write english very well.

Salut
Count
Re: XML Editor [message #593565 is a reply to message #53717] Mon, 12 May 2003 13:30 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
--------------6225800F315FE12D10A55F88
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Viraf,

I think there is some consideration being given to making some of the WSAD XML
technology be part of Eclipse open source, but that could just be a vicious
rumor, so don't quote me.

There are currently no Eclipse projects I know of that would provide support
for an XML Editor.

The Sample XML Schema Editor is an example of a Eclipse Editor. Also, the EMF
tools let you generate an editor specific to a particular XML Schema. Here's a
tutorial for how to do that:

http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html

Viraf Bankwalla wrote:

> Hi,
>
> I am new to developing in Eclipse and the news group. I am in need of an
> XML editor that validates against an XML Schema. I was hoping that
> something similar to that provided in WSAD would have been available in
> Eclipse. My undersanding from the prior posts on eclipse.technology.xsd is
> that the XML Editor is not in the charter of this project.
>
> + Is there another project that I should approach regarding the editor.
> This is a common request on eclipse.technology.xsd
>
> + Are there any samples that I can be refered to on how one would go about
> building an XML Editor in Eclipse.
>
> Thanks.
>
> - viraf

--------------6225800F315FE12D10A55F88
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>

<p>Viraf Bankwalla wrote:
<blockquote TYPE=CITE>Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</html>

--------------6225800F315FE12D10A55F88--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: XML Editor [message #593636 is a reply to message #53797] Thu, 15 May 2003 04:46 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

This is a multi-part message in MIME format.

------=_NextPart_000_304D_01C31A73.05FBDFE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

When I try to open the Sample XML Schema Editor I get a null pointer =
exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the =
schema opens in the text editor. Does this editor work in the current =
release?

Bob
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EBFA1DE.EB4F5765@ca.ibm.com...
Viraf,=20
I think there is some consideration being given to making some of the =
WSAD XML technology be part of Eclipse open source, but that could just =
be a vicious rumor, so don't quote me.=20

There are currently no Eclipse projects I know of that would provide =
support for an XML Editor.=20

The Sample XML Schema Editor is an example of a Eclipse Editor. Also, =
the EMF tools let you generate an editor specific to a particular XML =
Schema. Here's a tutorial for how to do that:=20

=
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/doc=
s/xlibmod/xlibmod_main.html
Viraf Bankwalla wrote:=20

Hi,=20
I am new to developing in Eclipse and the news group. I am in need =
of an=20
XML editor that validates against an XML Schema. I was hoping that=20
something similar to that provided in WSAD would have been available =
in=20
Eclipse. My undersanding from the prior posts on =
eclipse.technology.xsd is=20
that the XML Editor is not in the charter of this project.=20

+ Is there another project that I should approach regarding the =
editor.=20
This is a common request on eclipse.technology.xsd=20

+ Are there any samples that I can be refered to on how one would =
go about=20
building an XML Editor in Eclipse.=20

Thanks.=20

- viraf


------=_NextPart_000_304D_01C31A73.05FBDFE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>When I try to open the Sample XML =
Schema Editor I=20
get a null pointer exception at XSDSimpleTypeDefinitionImpl.java:3935 =
after=20
which the schema opens in the text editor. Does this editor work in the =
current=20
release?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bob</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ed Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.=
com</A>...</DIV>Viraf,=20

<P>I think there is some consideration being given to making some of =
the WSAD=20
XML technology be part of Eclipse open source, but that could just be =
a=20
vicious rumor, so don't quote me.=20
<P>There are currently no Eclipse projects I know of that would =
provide=20
support for an XML Editor.=20
<P>The Sample XML Schema Editor is an example of a Eclipse =
Editor.&nbsp; Also,=20
the EMF tools let you generate an editor specific to a particular XML=20
Schema.&nbsp; Here's a tutorial for how to do that:=20
<BLOCKQUOTE><A=20
=
href=3D" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-=
home/docs/xlibmod/xlibmod_main.html">http://dev.eclipse.org/viewcvs/index=
tools.cgi/%7Echeckout%7E/emf-home/docs/xlibmod/xlibmod_main. html </A></BLO=
CKQUOTE>
<P>Viraf Bankwalla wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">Hi,=20
<P>I am new to developing in Eclipse and the news group.&nbsp; I am =
in need=20
of an <BR>XML editor that validates against an XML Schema.&nbsp; I =
was=20
hoping that <BR>something similar to that provided in WSAD would =
have been=20
available in <BR>Eclipse.&nbsp; My undersanding from the prior posts =
on=20
eclipse.technology.xsd is <BR>that the XML Editor is not in the =
charter of=20
this project.=20
<P>+&nbsp; Is there another project that I should approach regarding =
the=20
editor. <BR>This is a common request on eclipse.technology.xsd=20
<P>+&nbsp; Are there any samples that I can be refered to on how one =
would=20
go about <BR>building an XML Editor in Eclipse.=20
<P>Thanks.=20
<P>- viraf</P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_304D_01C31A73.05FBDFE0--
Re: XML Editor [message #593650 is a reply to message #53899] Thu, 15 May 2003 15:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
--------------09DF04517194F068FBD2E0E0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bob,

Could you please send me the schema that exhibits this behavior? I can
add a null guard to prevent this problem, but I'd like to have a schema
that I can test against. Thanks.


Bob Foster wrote:

> When I try to open the Sample XML Schema Editor I get a null pointer
> exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the
> schema opens in the text editor. Does this editor work in the current
> release? Bob
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,
>
> I think there is some consideration being given to making
> some of the WSAD XML technology be part of Eclipse open
> source, but that could just be a vicious rumor, so don't
> quote me.
>
> There are currently no Eclipse projects I know of that would
> provide support for an XML Editor.
>
> The Sample XML Schema Editor is an example of a Eclipse
> Editor. Also, the EMF tools let you generate an editor
> specific to a particular XML Schema. Here's a tutorial for
> how to do that:
>
> http://dev.ecli
> se.org/viewcvs/indextools.cgi/%7Echeckout%7E/emf-home/docs/x libmod/xlibmod_main.html
>
> Viraf Bankwalla wrote:
>
> > Hi,
> >
> > I am new to developing in Eclipse and the news group. I
> > am in need of an
> > XML editor that validates against an XML Schema. I was
> > hoping that
> > something similar to that provided in WSAD would have been
> > available in
> > Eclipse. My undersanding from the prior posts on
> > eclipse.technology.xsd is
> > that the XML Editor is not in the charter of this project.
> >
> > + Is there another project that I should approach
> > regarding the editor.
> > This is a common request on eclipse.technology.xsd
> >
> > + Are there any samples that I can be refered to on how
> > one would go about
> > building an XML Editor in Eclipse.
> >
> > Thanks.
> >
> > - viraf
>

--------------09DF04517194F068FBD2E0E0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Bob,
<p>Could you please send me the schema that exhibits this behavior?&nbsp;
I can add a null guard to prevent this problem, but I'd like to have a
schema that I can test against.&nbsp; Thanks.
<br>&nbsp;
<p>Bob Foster wrote:
<blockquote TYPE=CITE><style></style>
<font face="Arial"><font size=-1>When
I try to open the Sample XML Schema Editor I get a null pointer exception
at XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens in
the text editor. Does this editor work in the current release?</font></font>&nbsp;<font face="Arial"><font size=-1>Bob</font></font>
<blockquote dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed
Merks" &lt;<a href="mailto:merks@ca.ibm.com">merks@ca.ibm.com</a>> wrote
in message <a href="news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.com</a>...Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>
Viraf Bankwalla wrote:
<blockquote TYPE="CITE">Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</blockquote>
</blockquote>

</body>
</html>

--------------09DF04517194F068FBD2E0E0--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: XML Editor [message #593666 is a reply to message #53899] Thu, 15 May 2003 21:17 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
--------------37CCEA8659071146E6244625
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bob,

I've fixed the code to avoid the null point error. Thanks for sending a
sample.


Bob Foster wrote:

> When I try to open the Sample XML Schema Editor I get a null pointer
> exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the
> schema opens in the text editor. Does this editor work in the current
> release? Bob
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,
>
> I think there is some consideration being given to making
> some of the WSAD XML technology be part of Eclipse open
> source, but that could just be a vicious rumor, so don't
> quote me.
>
> There are currently no Eclipse projects I know of that would
> provide support for an XML Editor.
>
> The Sample XML Schema Editor is an example of a Eclipse
> Editor. Also, the EMF tools let you generate an editor
> specific to a particular XML Schema. Here's a tutorial for
> how to do that:
>
> http://dev.ecli
> se.org/viewcvs/indextools.cgi/%7Echeckout%7E/emf-home/docs/x libmod/xlibmod_main.html
>
> Viraf Bankwalla wrote:
>
> > Hi,
> >
> > I am new to developing in Eclipse and the news group. I
> > am in need of an
> > XML editor that validates against an XML Schema. I was
> > hoping that
> > something similar to that provided in WSAD would have been
> > available in
> > Eclipse. My undersanding from the prior posts on
> > eclipse.technology.xsd is
> > that the XML Editor is not in the charter of this project.
> >
> > + Is there another project that I should approach
> > regarding the editor.
> > This is a common request on eclipse.technology.xsd
> >
> > + Are there any samples that I can be refered to on how
> > one would go about
> > building an XML Editor in Eclipse.
> >
> > Thanks.
> >
> > - viraf
>

--------------37CCEA8659071146E6244625
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Bob,
<p>I've fixed the code to avoid the null point error.&nbsp; Thanks for
sending a sample.
<br>&nbsp;
<p>Bob Foster wrote:
<blockquote TYPE=CITE><style></style>
<font face="Arial"><font size=-1>When
I try to open the Sample XML Schema Editor I get a null pointer exception
at XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens in
the text editor. Does this editor work in the current release?</font></font>&nbsp;<font face="Arial"><font size=-1>Bob</font></font>
<blockquote dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed
Merks" &lt;<a href="mailto:merks@ca.ibm.com">merks@ca.ibm.com</a>> wrote
in message <a href="news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.com</a>...Viraf,
<p>I think there is some consideration being given to making some of the
WSAD XML technology be part of Eclipse open source, but that could just
be a vicious rumor, so don't quote me.
<p>There are currently no Eclipse projects I know of that would provide
support for an XML Editor.
<p>The Sample XML Schema Editor is an example of a Eclipse Editor.&nbsp;
Also, the EMF tools let you generate an editor specific to a particular
XML Schema.&nbsp; Here's a tutorial for how to do that:
<blockquote><a href=" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html"> http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/docs/xlibmod/xlibmod_main.html</a></blockquote>
Viraf Bankwalla wrote:
<blockquote TYPE="CITE">Hi,
<p>I am new to developing in Eclipse and the news group.&nbsp; I am in
need of an
<br>XML editor that validates against an XML Schema.&nbsp; I was hoping
that
<br>something similar to that provided in WSAD would have been available
in
<br>Eclipse.&nbsp; My undersanding from the prior posts on eclipse.technology.xsd
is
<br>that the XML Editor is not in the charter of this project.
<p>+&nbsp; Is there another project that I should approach regarding the
editor.
<br>This is a common request on eclipse.technology.xsd
<p>+&nbsp; Are there any samples that I can be refered to on how one would
go about
<br>building an XML Editor in Eclipse.
<p>Thanks.
<p>- viraf</blockquote>
</blockquote>
</blockquote>

</body>
</html>

--------------37CCEA8659071146E6244625--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: XML Editor [message #593710 is a reply to message #54039] Fri, 16 May 2003 04:14 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

This is a multi-part message in MIME format.

------=_NextPart_000_3202_01C31B37.ADA44100
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Great. It wasn't until you asked that I realized that most other schemas =
were working just fine. The sample happened to be the first one I tried. =
;-}

Bob
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EC403FB.58F65E34@ca.ibm.com...
Bob,=20
I've fixed the code to avoid the null point error. Thanks for sending =
a sample.=20
=20

Bob Foster wrote:=20

When I try to open the Sample XML Schema Editor I get a null pointer =
exception at XSDSimpleTypeDefinitionImpl.java:3935 after which the =
schema opens in the text editor. Does this editor work in the current =
release? Bob=20
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:3EBFA1DE.EB4F5765@ca.ibm.com...Viraf,=20
I think there is some consideration being given to making some of =
the WSAD XML technology be part of Eclipse open source, but that could =
just be a vicious rumor, so don't quote me.=20

There are currently no Eclipse projects I know of that would =
provide support for an XML Editor.=20

The Sample XML Schema Editor is an example of a Eclipse Editor. =
Also, the EMF tools let you generate an editor specific to a particular =
XML Schema. Here's a tutorial for how to do that:=20

=
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-home/doc=
s/xlibmod/xlibmod_main.html
Viraf Bankwalla wrote:=20
Hi,=20
I am new to developing in Eclipse and the news group. I am in =
need of an=20
XML editor that validates against an XML Schema. I was hoping =
that=20
something similar to that provided in WSAD would have been =
available in=20
Eclipse. My undersanding from the prior posts on =
eclipse.technology.xsd is=20
that the XML Editor is not in the charter of this project.=20

+ Is there another project that I should approach regarding the =
editor.=20
This is a common request on eclipse.technology.xsd=20

+ Are there any samples that I can be refered to on how one =
would go about=20
building an XML Editor in Eclipse.=20

Thanks.=20

- viraf


------=_NextPart_000_3202_01C31B37.ADA44100
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Great. It wasn't until you asked that I =
realized=20
that most other schemas were working just fine. The sample happened to =
be the=20
first one I tried. ;-}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bob</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ed Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EC403FB.58F65E34@ca.ibm.com">news:3EC403FB.58F65E34@ca.ibm.=
com</A>...</DIV>Bob,=20

<P>I've fixed the code to avoid the null point error.&nbsp; Thanks for =
sending=20
a sample. <BR>&nbsp;=20
<P>Bob Foster wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">
<STYLE></STYLE>
<FONT face=3DArial><FONT size=3D-1>When I try to open the Sample XML =
Schema=20
Editor I get a null pointer exception at=20
XSDSimpleTypeDefinitionImpl.java:3935 after which the schema opens =
in the=20
text editor. Does this editor work in the current=20
release?</FONT></FONT>&nbsp;<FONT face=3DArial><FONT =
size=3D-1>Bob</FONT></FONT>=20

<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"Ed=20
Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:3EBFA1DE.EB4F5765@ca.ibm.com">news:3EBFA1DE.EB4F5765@ca.ibm.=
com</A>...Viraf,=20

<P>I think there is some consideration being given to making some =
of the=20
WSAD XML technology be part of Eclipse open source, but that could =
just be=20
a vicious rumor, so don't quote me.=20
<P>There are currently no Eclipse projects I know of that would =
provide=20
support for an XML Editor.=20
<P>The Sample XML Schema Editor is an example of a Eclipse =
Editor.&nbsp;=20
Also, the EMF tools let you generate an editor specific to a =
particular=20
XML Schema.&nbsp; Here's a tutorial for how to do that:=20
<BLOCKQUOTE><A=20
=
href=3D" http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E /emf-=
home/docs/xlibmod/xlibmod_main.html">http://dev.eclipse.org/viewcvs/index=
tools.cgi/%7Echeckout%7E/emf-home/docs/xlibmod/xlibmod_main. html </A></BLO=
CKQUOTE>Viraf=20
Bankwalla wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">Hi,=20
<P>I am new to developing in Eclipse and the news group.&nbsp; I =
am in=20
need of an <BR>XML editor that validates against an XML =
Schema.&nbsp; I=20
was hoping that <BR>something similar to that provided in WSAD =
would=20
have been available in <BR>Eclipse.&nbsp; My undersanding from =
the prior=20
posts on eclipse.technology.xsd is <BR>that the XML Editor is =
not in the=20
charter of this project.=20
<P>+&nbsp; Is there another project that I should approach =
regarding the=20
editor. <BR>This is a common request on eclipse.technology.xsd=20
<P>+&nbsp; Are there any samples that I can be refered to on how =
one=20
would go about <BR>building an XML Editor in Eclipse.=20
<P>Thanks.=20
<P>- =
viraf</P></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE ></BODY></HTM=
L>

------=_NextPart_000_3202_01C31B37.ADA44100--
Re: XML Editor [message #597886 is a reply to message #53717] Thu, 12 August 2004 21:27 Go to previous message
Eclipse UserFriend
Originally posted by: mark.l3jane.net

On Sun, 11 May 2003 19:23:26 -0400, Viraf Bankwalla wrote:

A question related. [Sorry for the intrusion on this thread]

> Hi,
>
> I am new to developing in Eclipse and the news group. I am in need of an
> XML editor that validates against an XML Schema.

I am a newbie in all Eclipse related stuff also.

I'm searching for a XML editor too, my only (and simple) needs are: DTD
validation and XSLT transforms. I found some plugins but none of them
convinced me.

Here is a list of the ones which I tried (perhaps can be usefull for some
other newbie):

* VeX [http://vex.sourceforge.net/index.html
- It seems very cool, but It's DTD/XHTML/CSS oriented, I haven't found
no XSD and no XSLT stuff.
* XMLBuddy [http://xmlbuddy.com/]
- Only the Pro version make XSL Transoforms. The 'lite'
version si free (Some XML Schema support on the free version)
* Blacksun Editors Plugin [http://black-sun.sourceforge.net/]
- Simple, but no Schema and no XSL Transforms support. Only an editor
* Improve XSLT plugin
[http://www.improve-technologies.com/alpha/xslt-launcher/]
- (Alpha), I downloaded it but not tested.
* X-men [http://xmen.sourceforge.net/]
- I don't tested it yet. I have no comments about it, sorry.

I only needs DTD validating and XSL Transforms (with the common editor
features: syntax-highlighting, indent, and so on).

If anybody knows some other I'll be grateful.

Thanks. And sorry because I don't speak/write english very well.

Salut
Count
Previous Topic:xQuery
Next Topic:"IllegalArgumentException:Argument cannot be null" at startup
Goto Forum:
  


Current Time: Thu Apr 25 19:56:11 GMT 2024

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

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

Back to the top