facebook

XSLT transforms.

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #221354 Reply

    tim.u
    Member

    Hello.

    Is there a way for me to apply an XSLT stylesheet to an XML in my project and see the output in the eclipse browser (or text edit).

    Currently I am doing this with the XSL plug in using Jedit but I’d rather use eclipse.

    #221436 Reply

    Riyad Kalla
    Member

    Currently there is no support for XSLT, but if enough people request it we will look into adding it.

    #221841 Reply

    corykim
    Member

    Consider this another request for this feature. Thanks.

    #221844 Reply

    With one caveat: most XSLT tools that I’ve seen focus on transfroming XML to HTML. Not boring, but not what I’m looking for. I would like XML to XML transformation.

    Consider this UseCase:

    User starts XSLT Transform Wizard plugin:
    Enters ‘source’ XSD/DTD document (required)
    Enters ‘source’ XML document that conforms to above (optional)
    Enters ‘destination’ XSD/DTD document (required)
    Enters ‘destination’ XML document (optional)

    Presented with three column GUI:
    On left is the source DOM (tree view)
    The middle is empty (for now)
    On right is destination DOM (tree view)

    User clicks and drags source entity to destination. Center column displays line to show mapping.

    User right clicks mapping line to enter constriants on transform.

    On save: MyEclipse creates XSLT file for above.
    On run: MyEclipse reads source XML, applies XSLT, displays destination XML

    Of course, there’s no reason that an HTML person couldn’t load the XHTML XSD if they want. But please don’t think that that’s the only reason that folks wanna transform XML.

    Take care and keep up the good work!!

    #221849 Reply

    Greg
    Member

    James,

    Could you add your last post as a feature request over in the Feature Requests forum. It will have more visibility over there as the managment team frequently browses that forum for user suggestions.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: XSLT transforms.

You must be logged in to post in the forum log in