EMF-based DOM [message #54334] |
Mon, 01 November 2004 12:45  |
Eclipse User |
|
|
|
Originally posted by: gj.puredge.com
Hi,
I apologize if this question is in the wrong newsgroup. If it is could
someone direct me to the one that would be more appropriate?
I've used the XSD model for a while and I know that it is based on an EMF
model. From what I have seen there also seems to be a DOM under the covers.
I am doing some other similar work, although not with XSD directly, that
will also be EMF based and was wondering if there is an EMF based DOM
implementation anywhere.
Does anyone know of an EMF DOM implementation?
Thanks
|
|
|
|
|
Re: EMF-based DOM [message #54412 is a reply to message #54389] |
Tue, 02 November 2004 12:57  |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------090508060806000507060303
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Gary,
Yes, there is an EMF newsgroup:
news://news.eclipse.org/eclipse.tools.emf
The XMLType package is in the org.eclipse.emf.ecore plugin. The
..ecore/.xsd/.genmodel for it is in the src/model folder of that plugin.
You'd need to load the XMLType.ecore into the Ecore editor before you
can use it.
Gary J wrote:
>How do I access org.eclipse.emf.ecore.xml.type.AnyType from the ecore
>editor? It doesn't have that as a choice when it comes to assigning types?
>
>Is there an EMF newsgroup? I really don't want to be asking questions about
>this stuff in the wrong group . XSD uses EMF and is the only one I know
>that's even close ~)
>
>
>
>
>"Ed Merks" <merks@ca.ibm.com> wrote in message
>news:cm5tmi$ah5$1@eclipse.org...
>Gary,
>
>No, there isn't an EMF-based DOM implementation. (But an instance of
>org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
>arbitrary DOM-like content.)
>
>
>Gary J wrote:
>
>
>
>>Hi,
>>
>>I apologize if this question is in the wrong newsgroup. If it is could
>>someone direct me to the one that would be more appropriate?
>>
>>I've used the XSD model for a while and I know that it is based on an EMF
>>model. From what I have seen there also seems to be a DOM under the
>>
>>
>covers.
>
>
>>I am doing some other similar work, although not with XSD directly, that
>>will also be EMF based and was wondering if there is an EMF based DOM
>>implementation anywhere.
>>
>>Does anyone know of an EMF DOM implementation?
>>
>>Thanks
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
--------------090508060806000507060303
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gary,<br>
<br>
Yes, there is an EMF newsgroup:<br>
<blockquote><a href="news://news.eclipse.org/eclipse.tools.emf">news://news.eclipse.org/eclipse.tools.emf</a><br>
</blockquote>
The XMLType package is in the org.eclipse.emf.ecore plugin. The
..ecore/.xsd/.genmodel for it is in the src/model folder of that
plugin. You'd need to load the XMLType.ecore into the Ecore editor
before you can use it. <br>
<br>
<br>
Gary J wrote:
<blockquote cite="midcm8gce$tuu$1@eclipse.org" type="cite">
<pre wrap="">How do I access org.eclipse.emf.ecore.xml.type.AnyType from the ecore
editor? It doesn't have that as a choice when it comes to assigning types?
Is there an EMF newsgroup? I really don't want to be asking questions about
this stuff in the wrong group . XSD uses EMF and is the only one I know
that's even close ~)
"Ed Merks" <a class="moz-txt-link-rfc2396E" href="mailto:merks@ca.ibm.com"><merks@ca.ibm.com></a> wrote in message
<a class="moz-txt-link-freetext" href="news:cm5tmi$ah5$1@eclipse.org">news:cm5tmi$ah5$1@eclipse.org</a>...
Gary,
No, there isn't an EMF-based DOM implementation. (But an instance of
org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
arbitrary DOM-like content.)
Gary J wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I apologize if this question is in the wrong newsgroup. If it is could
someone direct me to the one that would be more appropriate?
I've used the XSD model for a while and I know that it is based on an EMF
model. From what I have seen there also seems to be a DOM under the
</pre>
</blockquote>
<pre wrap=""><!---->covers.
</pre>
<blockquote type="cite">
<pre wrap="">I am doing some other similar work, although not with XSD directly, that
will also be EMF based and was wondering if there is an EMF based DOM
implementation anywhere.
Does anyone know of an EMF DOM implementation?
Thanks
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>
--------------090508060806000507060303--
|
|
|
Re: EMF-based DOM [message #592274 is a reply to message #54334] |
Mon, 01 November 2004 13:01  |
Eclipse User |
|
|
|
Gary,
No, there isn't an EMF-based DOM implementation. (But an instance of
org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
arbitrary DOM-like content.)
Gary J wrote:
>Hi,
>
>I apologize if this question is in the wrong newsgroup. If it is could
>someone direct me to the one that would be more appropriate?
>
>I've used the XSD model for a while and I know that it is based on an EMF
>model. From what I have seen there also seems to be a DOM under the covers.
>
>I am doing some other similar work, although not with XSD directly, that
>will also be EMF based and was wondering if there is an EMF based DOM
>implementation anywhere.
>
>Does anyone know of an EMF DOM implementation?
>
>Thanks
>
>
>
>
>
|
|
|
Re: EMF-based DOM [message #592297 is a reply to message #54362] |
Tue, 02 November 2004 12:33  |
Eclipse User |
|
|
|
How do I access org.eclipse.emf.ecore.xml.type.AnyType from the ecore
editor? It doesn't have that as a choice when it comes to assigning types?
Is there an EMF newsgroup? I really don't want to be asking questions about
this stuff in the wrong group . XSD uses EMF and is the only one I know
that's even close ~)
"Ed Merks" <merks@ca.ibm.com> wrote in message
news:cm5tmi$ah5$1@eclipse.org...
Gary,
No, there isn't an EMF-based DOM implementation. (But an instance of
org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
arbitrary DOM-like content.)
Gary J wrote:
>Hi,
>
>I apologize if this question is in the wrong newsgroup. If it is could
>someone direct me to the one that would be more appropriate?
>
>I've used the XSD model for a while and I know that it is based on an EMF
>model. From what I have seen there also seems to be a DOM under the
covers.
>
>I am doing some other similar work, although not with XSD directly, that
>will also be EMF based and was wondering if there is an EMF based DOM
>implementation anywhere.
>
>Does anyone know of an EMF DOM implementation?
>
>Thanks
>
>
>
>
>
|
|
|
Re: EMF-based DOM [message #592309 is a reply to message #54389] |
Tue, 02 November 2004 12:57  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------090508060806000507060303
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Gary,
Yes, there is an EMF newsgroup:
news://news.eclipse.org/eclipse.tools.emf
The XMLType package is in the org.eclipse.emf.ecore plugin. The
..ecore/.xsd/.genmodel for it is in the src/model folder of that plugin.
You'd need to load the XMLType.ecore into the Ecore editor before you
can use it.
Gary J wrote:
>How do I access org.eclipse.emf.ecore.xml.type.AnyType from the ecore
>editor? It doesn't have that as a choice when it comes to assigning types?
>
>Is there an EMF newsgroup? I really don't want to be asking questions about
>this stuff in the wrong group . XSD uses EMF and is the only one I know
>that's even close ~)
>
>
>
>
>"Ed Merks" <merks@ca.ibm.com> wrote in message
>news:cm5tmi$ah5$1@eclipse.org...
>Gary,
>
>No, there isn't an EMF-based DOM implementation. (But an instance of
>org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
>arbitrary DOM-like content.)
>
>
>Gary J wrote:
>
>
>
>>Hi,
>>
>>I apologize if this question is in the wrong newsgroup. If it is could
>>someone direct me to the one that would be more appropriate?
>>
>>I've used the XSD model for a while and I know that it is based on an EMF
>>model. From what I have seen there also seems to be a DOM under the
>>
>>
>covers.
>
>
>>I am doing some other similar work, although not with XSD directly, that
>>will also be EMF based and was wondering if there is an EMF based DOM
>>implementation anywhere.
>>
>>Does anyone know of an EMF DOM implementation?
>>
>>Thanks
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
--------------090508060806000507060303
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gary,<br>
<br>
Yes, there is an EMF newsgroup:<br>
<blockquote><a href="news://news.eclipse.org/eclipse.tools.emf">news://news.eclipse.org/eclipse.tools.emf</a><br>
</blockquote>
The XMLType package is in the org.eclipse.emf.ecore plugin. The
..ecore/.xsd/.genmodel for it is in the src/model folder of that
plugin. You'd need to load the XMLType.ecore into the Ecore editor
before you can use it. <br>
<br>
<br>
Gary J wrote:
<blockquote cite="midcm8gce$tuu$1@eclipse.org" type="cite">
<pre wrap="">How do I access org.eclipse.emf.ecore.xml.type.AnyType from the ecore
editor? It doesn't have that as a choice when it comes to assigning types?
Is there an EMF newsgroup? I really don't want to be asking questions about
this stuff in the wrong group . XSD uses EMF and is the only one I know
that's even close ~)
"Ed Merks" <a class="moz-txt-link-rfc2396E" href="mailto:merks@ca.ibm.com"><merks@ca.ibm.com></a> wrote in message
<a class="moz-txt-link-freetext" href="news:cm5tmi$ah5$1@eclipse.org">news:cm5tmi$ah5$1@eclipse.org</a>...
Gary,
No, there isn't an EMF-based DOM implementation. (But an instance of
org.eclipse.emf.ecore.xml.type.AnyType can be used to represent
arbitrary DOM-like content.)
Gary J wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I apologize if this question is in the wrong newsgroup. If it is could
someone direct me to the one that would be more appropriate?
I've used the XSD model for a while and I know that it is based on an EMF
model. From what I have seen there also seems to be a DOM under the
</pre>
</blockquote>
<pre wrap=""><!---->covers.
</pre>
<blockquote type="cite">
<pre wrap="">I am doing some other similar work, although not with XSD directly, that
will also be EMF based and was wondering if there is an EMF based DOM
implementation anywhere.
Does anyone know of an EMF DOM implementation?
Thanks
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>
--------------090508060806000507060303--
|
|
|
Powered by
FUDForum. Page generated in 0.03372 seconds