Customer XML to Schema

This is more than likely very easy to do! I'd like to get some intellisense from my customer's XML document when I'm editing xslt. Is this posssilbe, or impossible? There is no schema for the XML, so I guess step 1 is to create a schema from their XML source, I didn't see where to do this. Karl..

Hmmm, it seems it is doing it! But why? Does the intellisense for XML elements pick up automatically when the XML is open by the editor, or is it because I have my transformation scenario wired up? On Tue, Apr 29, 2008 at 9:05 AM, Karl Stubsjoen <kstubs@gmail.com> wrote:
This is more than likely very easy to do! I'd like to get some intellisense from my customer's XML document when I'm editing xslt. Is this posssilbe, or impossible? There is no schema for the XML, so I guess step 1 is to create a schema from their XML source, I didn't see where to do this.
Karl..

Hello, When you associate the input XML document of the transformation to the XSLT stylesheet by creating a transformation scenario the structure of the XML document is learned and passed to the content completion assistant to support the editing of the stylesheet. The XML document does not have to have an associated schema. The learned structure of the XML document is also available in the XSLT/XQuery Input view. You can drag and drop XML element nodes from the tree of this view to insert quickly in the stylesheet XPath expressions that are aware of the context node of the editing context in the XSLT stylesheet. For examples of inserting such XPath expressions please see the video tutorial "XSL Editing" available on the Documentation page and the User Manual section where the XSLT/XQuery Input view is explained: http://www.oxygenxml.com/demo/XslEditing/XSLEditing.html http://www.oxygenxml.com/documentation.html http://www.oxygenxml.com/doc/ug-standalone/xslt-xquery-input-view.html Regards, Sorin Karl Stubsjoen wrote:
Hmmm, it seems it is doing it! But why? Does the intellisense for XML elements pick up automatically when the XML is open by the editor, or is it because I have my transformation scenario wired up?
On Tue, Apr 29, 2008 at 9:05 AM, Karl Stubsjoen <kstubs@gmail.com> wrote:
This is more than likely very easy to do! I'd like to get some intellisense from my customer's XML document when I'm editing xslt. Is this posssilbe, or impossible? There is no schema for the XML, so I guess step 1 is to create a schema from their XML source, I didn't see where to do this.
Karl..
participants (2)
-
Karl Stubsjoen
-
Sorin Ristache