MS Word-like XML editor

Is there an XML editor which has UI similar to MS-Word free editing environment in which authors would be able to impart different styles to various pieces of document? This need to be using DOM and styled document model. Free sources would certainly be helpful.

www.invisionresearch.com makes a product called JavaXPress.

Similar Messages

  • Copied  using ImportNode,  copied document is not opening in xml editor

    Hi
    I am copying portion of the the xml into anothe xml file .
    using
    Element lElement = (Element) lNewFeedDocument.importNode(lIncomingFeedDocument.getElementsByTagName(
                            "content").item(0), true);
                lNewFeedDocument.appendChild(lElement);
    lNewFile = new File(lDestinationFile);
                lNewFileOutStrearm = new FileOutputStream(lNewFile);
                lNewFilePW = new PrintWriter(lNewFileOutStrearm);
                lTransformerFactory = TransformerFactory.newInstance();
                lTranfrmNewDocToFile = lTransformerFactory.newTransformer();
                lTranfrmNewDocToFile.transform(new DOMSource(lNewFeedDocument),
                    new StreamResult(lNewFilePW))i am able to see the initial xml content in xml editior after copying due to some character i am not able to see it in xml editor. it is dipalying An invalid character was found in text content in browser on accessing the copied content using xml editor.
    i noticed that this is happending when the initial content is having something like 1235-7654 i removed all the '-' from be part of numerices then it works fine. if it is part of charachater nothing restricting. input xml content is wrapped with CDATA. pls give me suggitions what could be the workaround for it.

    Hi!
    I have explored the XSL file and found the template used for displaying the article content, which you can see under.
    Is it possible to look into the "urTxtSTd" to check the style sheet settings?  Or is it a way to use another stylesheet for displaying links inside this "Body" element?
    <xsl:if test="((Body!=''))">
              <span class="urTxtStd">
                <a>
                  <xsl:if test="$accessibilitymode='true'">
                    <xsl:attribute name="tabindex">1392</xsl:attribute>
                  </xsl:if>
                  <span style="color:#474c4c;">
                    <xsl:call-template name="outputvalue">
                      <xsl:with-param select="Body" name="value"/>
                    </xsl:call-template>
                  </span>
                </a>
              </span>
    </xsl:if>
    Regards,
    Asle

  • Open XML file in XML editor with certain XPath highlighted

    Hi,
    I have wrtten an XML compraison tool which produces an HTML report of all differences and shows the xpaths where there is a mismatch. I want the user to be able to click the xpath (like hyperlink) and open the XML file using IE or any opensource XML editor (xerlin?) such that the xpath node is the current highlighted node on the screen. That way the user can right away seee where the mismatch is. As a next step I wanted to open both the control and the test files side by side with both xpaths highlighted.
    Any idea how I can approach the problem? Is there any open osurce software I can leverage and integrate my application,
    Thanks,
    Abhijit

    This code of yours should work.
    <% if display_url is not initial. %>
    <script language="Javascript">
    url = "<%=display_url%>";
    window.open(url, "Zusatz", "width=400, height=400");
    </script>
    <% endif. %>
    what happens, it doesnt open new window at all or new window is opened but xml doesnt show up?
    Regards
    Raja

  • Free XML Editor

    Hello All.
    I'm looking for a freeware/shareware xml editor that I can recommend to client.
    Needs to be able to view/edit xml schemas.
    30 day eval of XMLSpy or similar is not an option.
    Any experience and input is appreciated.
    tx.

    I don't understand this comment at all.
    This editor does not do a good job of displaying values of elements within the schema.
    >
    Then I'd say your client had better learn fast. JMO.
    Client is a bunch of mainframe programmers. They freak out looking at anything new. They need to deal with XML Schemas to understand the data that will be passed to their IMS Transactions. I'm looking for a nice tool that can visually represent this data in an intuitiave as possible format. Apparrantly they like XMLSpy, but the company wont pay for it.
    Personally I just use UltraEdit. I'm just trying to see if I can reduce their 'wiggout' factor by finding a similar tool to XMLSpy that is free.
    Thanks for your help.

  • Simple XML Editor

    Is there a simple, FREE, XML editor out there (written in Java)?
    I am using an XML file format for a small application I wrote, and I would prefer to edit the file using an XML editor, since it is easy to screw up the file in a text editor.
    If you've used Forte or Netbeans, all I want is a simple XML editor like the one that is built into the IDE.
    Thanks for any information.

    Vim works pretty good, its free, and has syntax highlighting. You would need to be familiar with using vi. http://www.vim.org/
    If you use Eclipse, you can get http://www.oxygenxml.com/. It's not free, but its cheaper than XMLSpy.
    I haven't found anything better than XMLSpy, even though its expensive.
    Does anyone know of another tool that can generate a sample instance document from a schema, and/or a schema from an instance document? I find that handy in XMLSpy.
    -Scott
    http://www.swiftradius.com

  • XML editor for NW2004s installation

    Hi Experts,
    could you suggest me a really good and free xml editor which is good for editing big .xml files like control.xml and where the line nr. for each line of the xml is also displayed.
    Unfortunately I have to edit this file a few times during the installation.
    Thanks!

    Joe
    You can use Editplus.It gives you the line numbers also.Its a free tool.
    http://www.editplus.com.
    Award points if it helps.
    Thanks
    Lakshmi

  • Simple WYSIWiG XML editor

    Hello,
    I try to write a simple XML editor using Swing. I have no problem processing the XML document itself (parsing XML, DTD and CSS) but now I need to display the parsed document and allow the user to edit it.
    My idea is to use "decorators" configured at runtime (by the parsed CSS) wrapped around the DOM elements, but how should I display it and make it editable? I don't want to care about formatting if it's not really necessary - I'd like Swing to do as much of it as possible.
    Thanks in advance for all your hints
    Tommy

    Vim works pretty good, its free, and has syntax highlighting. You would need to be familiar with using vi. http://www.vim.org/
    If you use Eclipse, you can get http://www.oxygenxml.com/. It's not free, but its cheaper than XMLSpy.
    I haven't found anything better than XMLSpy, even though its expensive.
    Does anyone know of another tool that can generate a sample instance document from a schema, and/or a schema from an instance document? I find that handy in XMLSpy.
    -Scott
    http://www.swiftradius.com

  • Build a xml editor using swing

    I would like to know a simple way to build a xml editor using swing. The editor should present the xml in a tree structure, THe user should be able to modify the xml in the editor and save it.

    Try reading this from [The XML Tutorial|http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPDOM4.html#wp64247] for discovering how to display the XML tree first, this is the first point to build a XMLNotepad like solution.

  • Word 2007 XML Format

    Good Afternoon,
    I am playing around with VBA and I came across something that I tried doing some time ago. Add a custom XML file into the Word 2007 XML Format and then access it programmatically.
    For instance; I have a list that I would like to load into a dropdown ribbon control. If I can create a small XML file with this information then I could read the information from the XML file and load it into the control.
    Hope I am being clear.
    Gus
    Gustavo Miller

    Hi Gus,
    Do you mean you want to use VBA code to add a DropDownList Ribbon control for the word document and populate some items from a custom XML file?
    As far as I know, you can't modify the custom ui xml for Word document in VBA code. I recommend that you move to VSTO Word Add-In, use managed add-in project to create/read/write custom xml file, add DropDownList control to the Ribbon and edit the items.
    https://msdn.microsoft.com/en-us/library/bb386097.aspx
    Or use CustomUIEditor to manually add Ribbon controls for the Word document:
    https://msdn.microsoft.com/en-us/library/cc508991(office.11).aspx#UsingtheCustomUIEditor2_AddingTemplatestotheCustomUIEditor
    By the way, to manipulate XML files, these documents should help:
    A Beginner's Guide to the XML DOM
    Editing Data in an Excel 2007 Open XML File with VBA
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Looking for existing ABAP Text/XML editor

    Is there any XML editor or Text Edit with an XML flavor in NW?
    We need following function:
    1. upload /edit/ save XML to some place.
    2. we can retrieve it via some methods, or we can access via writing program.
    If cannot find editor for all of the criteria, at least it match the first one,
    Is anyone have experience in related area?
    Thanks a lot for your help.

    Hi Daixiong,
    Thanks for your help, 
    yeah, you are right, same in T-code "SPROXY", we could found an XML editor, but the method is used for PI(XI) only per comments from the function owner, and the methods are not public, the XML editor is only tiny part of the PI workbench, so it may not be suitable.
    I would like to have a clean Text/XML editor.
    Thanks for your reply again:)
    BR Carlos

  • To format string like xml

    Hi,
    i have a string which has a xml content:
    String myXML = "<xml><test>Test</test></xml>";
    With log4j i produce a trace file with the output of String a: Log.info(myXML);
    Unfortunately the content of xml data is verly long and its difficult to read it.
    I would like to have the string to be xml formatted like:
    <xml>
    <test>Test</test>
    </xml>
    how to manage it?
    Thanks

    Your best bet might to be getting a 'tidy' program for xml. Most xml editors can very cleanly re-structure xml to collapsible nodes.
    Also you could try some proactive logging logic;
    after a closing tag, add a \n to return a new line, this will help most editors make it display nicely.

  • How to convert MS Word to XML or Html

    Now I have to do one job that convert MS Word to XML or Html. Does anyone have better ideas? Would you like share with me?
    Thanks in advance.
    Jackal

    Despite the opinions expressed by others, simply "renaming" the file will NOT "convert" it from a MS Word format into an XML format.
    As far as I am aware, the only way to do this is via the APIs that Microsoft provide. Any other mechanism you find will either be doing this, or they will be "guessing" about the construct of the file.
    Unfortunately, the APIs made available by Microsoft are primarily C++ (COM) components. So, you CAN achieve your desired result by creating a C++ "wrapper" around the MS Office COM components and exposing this wrapper to JNI. The exposure to JNI is actually quite simple, however the C++ wrapper itself (that calls the COMponents) will be a bit more challenging.
    I hope I am wrong, because I need to do the same thing and am dreading having to delve into C++ land!

  • JDEV 10.1.3  XML Editor does not load XML file

    I am trying to edit a large (300MB+) xml file with JDEV 10.1.3 running on a Windows XP Pro workstation with a 2.8 ghz processor and 1GB of memory. The XML file has application data in it. The file loads just fine into the Oracle database using the XML Developer's toolkit so I don't thing there is anything wrong with the XML.
    I'm finding that the XML editor does not load the file. Many minutes elapse, then JDEV appears to simply give up - JDEV is no longer busy. There's no XML data to edit - that window is empty. There are no error messages displayed.
    I'm new to JDEV so I need to know if there is an error log file I should examine.
    BTW, other XML editors (XML Spy, Stylus Studio, etc) simply run out of memory and lock up the machine - it appears they are tryign to convert the XML file contents into 32-bit unicode in memory, build a list of pointers to impose a DOM-like structure, and then load their editor.

    Do you really want to manually edit the 300MB file? how much scrolling will you need to do to get to the last row?
    In any case it is likely that JDeveloper also runs out of memory - you can try running the [jdev-root]\jdev\bin\jdev.exe file and see if you get any error message in the log window.

  • Corrected  Announcement:  BEA XML Editor Beta

    Available for download on the BEA Developer Center -- the BEA XML Editor Beta (Solaris
    and Windows versions):
    http://developer.bea.com
    Currently, there is a link under "Headlines". It can also be found in the "Tools,
    Resources, Books" - "Utilities and Tools" area.
    To get to the download area, you will be prompted to login. If you do not have
    a login, you may register to get one.
    For support issues, post messages to the following newsgroup:
    weblogic.developer.interest.61beta.xml_and_webservices

    Hi Bennett,
    Good point! The version released in GA will have an undo function.
    -Todd
    Bennett Lauber <[email protected]> wrote in message
    news:3b338cbb$[email protected]..
    >
    Looks great -- Let's incorporate it into our apps!
    Also.. it really needs an undo function Ctr-Z
    [email protected] (Ben Eng) wrote:
    This looks like a useful little editor. However, there is one
    important thing missing: XML Schema support. We have completely
    deprecated the use of DTDs in favor of
    http://www.w3.org/2001/XMLSchema.
    Please, support XML Schema for validation. Right now, it just says:
    08:53:17 error: line 2 col 239: General Schema Error: Grammar with uri
    2: http://www.w3.org/2001/XMLSchema , can not found.
    Ben
    On 18 Jun 2001 17:15:20 -0800, Lauren Wright <[email protected]>
    wrote:
    Available for download on the BEA Developer Center -- the BEA XML EditorBeta (Solaris
    and Windows versions):
    http://developer.bea.com

  • Announcement:  BEA XML Editor Beta

    Available for download on the BEA Developer Center -- the BEA XML Editor Beta (Solaris
    and Windows versions):
    http://developer.bea.com
    Currently, there is a link under "Headlines". It can also be found in the "Tools,
    Resources, Books" - "Utilities and Tools" area.
    To get to the download area, you will be prompted to login. If you do not have
    a login, you may register to get one.
    For support issues, post messages to this newsgroup.

    Hi Bennett,
    Good point! The version released in GA will have an undo function.
    -Todd
    Bennett Lauber <[email protected]> wrote in message
    news:3b338cbb$[email protected]..
    >
    Looks great -- Let's incorporate it into our apps!
    Also.. it really needs an undo function Ctr-Z
    [email protected] (Ben Eng) wrote:
    This looks like a useful little editor. However, there is one
    important thing missing: XML Schema support. We have completely
    deprecated the use of DTDs in favor of
    http://www.w3.org/2001/XMLSchema.
    Please, support XML Schema for validation. Right now, it just says:
    08:53:17 error: line 2 col 239: General Schema Error: Grammar with uri
    2: http://www.w3.org/2001/XMLSchema , can not found.
    Ben
    On 18 Jun 2001 17:15:20 -0800, Lauren Wright <[email protected]>
    wrote:
    Available for download on the BEA Developer Center -- the BEA XML EditorBeta (Solaris
    and Windows versions):
    http://developer.bea.com

Maybe you are looking for