Low cost XML editor

Did any of you guys work with a decent low cost XML editor?
We have a scenario where we receive the data in big XML files and we do somewhat complex mapping, it would be really nice to have an editor to create test files, mostly deleting (lots of) nodes from the production files in order to debug the issues.
Is there any good (free?) tool to do this?
Thanks a lot,
Viktor Varga

Hi Viktor,
have a look at <a href="http://www.freexmleditor.com/index.html">Exchanger XML Lite</a>.
It is free for personal use.
<i>It features XML Schema, RelaxNG and DTD based editing, tag prompting and validation, XPath and regular expression searches, schema conversion, XSLT, XQUERY and XSLFO transformations, comprehensive project management, an SVG viewer and conversion, easy SOAP invocations, and more....</i>(<a href="http://www.freexmleditor.com/fxeeditor/features.html">features</a>)
Kind Regards,
Sergio

Similar Messages

  • Low cost Java IDE

    i'm new to java but i used to program a little in C++ so the core of the language is not that difficult to learn. basically what i am going to use it for is discrete math (that seems kind of wierd, i should be using something like Fortran 90). anyway i was wondering if anyone had any knowledge about low cost IDE Java compilers, something like a student version of an IDE compiler without all the features that i cannot even begin to understand because i was a math major in college and not a compsci major. some one told me (actually my psychiatrist of all people) that SAMS publishing company might publish a Java tutorial in book format with an attatched CD that is a Java IDE compiler. basicaly i don't want to have to learn how to compile and link and change classpath variables from a comand line. i'm lazy, so sue me.
    anyway any advice would be appreciated.

    >
    No it doesn't! People who hightlight their knowledge
    of IDE 'X' on their resume inevitably don't know the
    language, they only know the tool. You take away their
    tool and they have no idea how to write code. This is
    true regardless of platform or language.
    I agree with most of what rtg54 says here, but sometimes when people list an IDE they really DO know the language and the IDE. "Invariably" might not be the right word here. The probability might be high that listing an IDE means little understanding, but it's not 100% certain.
    Standard (Java) IDE Advice:
    As someone new to Java this person should not be using
    an IDE until they can install the JDK, setup
    classpaths, run 'java' and 'javac' from the
    commandline, navigate the JavaDocs and manage packages
    manually, i.e. through a command line. Yes, this will
    result in a higher initial learning curve, but will
    pay off greatly in the future. If they want to use a
    simple text editor like JEdit or TextPad for syntax
    highlighting that's fine, but by using anything more
    like JBuilder, Eclipse, IntelliJ, NetBeans, etc.
    they'll be doing themselves a huge disservice.I agree with all this. - MOD

  • Looking for a free or low cost EJB server

    I'm looking to start my own web app to help teach myself EJB and am looking for a free or low-cost ejb app server that I can work on. I realize I get what I pay for so performace isn't an issue. Anyone have suggestions?

    Go to
    http://www.jguru.com/faq/view.jsp?EID=241193

  • 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

  • XPontus XML Editor 1.0.0.1 is out

    Hi everybody,
    The version 1.0.0.1 of XPontus XML Editor(http://xpontus.sf.net) is out. XPontus XML Editor is a simple XML Editor oriented towards text editing. It aims to become the free alternative to commercial XML IDEs such as XML SPy or Oxygen XML Editor. The software has been entirely rewritten to support plugins, so most of XPontus features are provided as plugins which can be extended.
    Here is the complete list of the major features :
    * Modularity : XPontus is now built on top of a plugin framework to allow a modular development. Most of XPontus features are provided as plugins.
    * Code completion : For general XML files code completion is built on the fly when a DTD or schema is associated to the document. XSL completion is provided using a DTD embedded in the XML code completion plugin. For HTML files, an embedded DTD is used to create the code completion database.
    * XPath 1.0 support
    * Syntax coloring is enabled for XML and HTML related files.
    * XSL transformations (PDF, HTML, XML, SVG, TEXT).
    * Check if XML is well formed
    * Validation : Simple XML validation, Batch XML validation, External schema validation
    * Code structure browser to display the hierarchic structure of XML and HTML files
    * Code indentation is available for XML and HTML related files.
    * File system abstractions : XPontus will be able to use file system abstraction which means that a FTP file and a local file will be look all the same to the application.
    * Schema generation/conversion(Generation of DTDS, XML schemas, Relax NG grammars from XML files).
    * HTML Documentation generation from XML schemas or DTD
    * Installers are available for Windows, Mac and Linux/Unix(FreeBSD, Solaris)
    * Platform independence : As XPontus is written Java, it runs on most platforms such as Windows, Mac OS, Linux/Unix, FreeBSD, MacOS, Solaris.
    * Drag and drop support, common editing features(print, etc.), control+pageup and control+pagedown to switch between windows.
    Homepage : http://xpontus.sf.net
    Screenshots : http://xpontus.sourceforge.net/screenshots.html
    Downloads : http://sourceforge.net/project/showfiles.php?group_id=118253
    Features : http://xpontus.sourceforge.net/features.html
    License : GPL
    Author : Yves Zoundi

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • There is no filter function in numbers for ipad,its very discouraging,as a ipad fan,even nokia lumia providing filter in there low cost mobile

    there is no filter function in numbers for ipad,its very discouraging,as a ipad fan,even nokia lumia providing filter function in excel in there low cost mobile.
    APPLE KINDLY PROVIDE THIS FEATURE AS UPDATE SOON,COZ I WORK ON EXCEL N NUMBERS IN MY IPAD IS DEAD WITH OUT FILTER FUNCTION,I CAN NOT TRAVEL WITH MY IPAD DUE TO THIS REASON,AS I HAVE TO BE IN FIELD WITH SALES FORCE SO I BOUGHT IPAD.

    Probably you know that the new version of Numbers for iOS uses the filters created in the Numbers for Mac version.
    It's not the best solution but it helps (of course, if you have a Mac!)

  • 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

  • Online XML editor?

    Hi
    I am looking for an JSF component or framework which allows editing XML documents online in the browser.
    I found the tags richTextEditor and richTextEditorInsertBehavior, but thats out of the box only for text editing.
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/
    My wish list:
    - platform Win XP + IE6
    - XSD validation, marking erros, etc.
    - Intellisense feature e.g. suggestions in XML document for possible XSD values ...
    Until now I found:
    - http://www.bitfluxeditor.org/
    - http://www.ektron.com/ewebeditproxml.aspx
    - http://xopus.com/xopus-web-based-wysiwyg-xml-editor.html
    Someone used richTextEditor as online XML editor? Other advices ...?
    If I remember correctly than exists editing possiblities in the Oracle Enterprise Manager for XML documents of the application server? What framework is under the hood?
    Best regards
    Tobi

    Can i know where to download the CookTop?or CookTop2?

  • Merlot XML Editor

    Hi,
    I've tried to get to www.merlotxml.org for 3 days now, but the site
    is down! I want to get a copy of the Merlot XML editor. Does anyone
    know of a mirror site for it?
    Thanks,
    Pedro Madrid
    [email protected]

    I am looking for the latest sources as well.
    I can send you the Version 1.1alpha1 including source code, or 1.1beta1 without source code. Send me an email to [email protected] if that would help you.
    It would be great if anybody can help me with the latest sources.
    Jo

  • NitroX XML editor

    I'm using a dark scheme when using the PC for long hours.
    The NitroX xml editor doesn't seem to have customization for the colors.
    Is there some way to customize them?

    It is very simple, goto Window > Preferences > Workbench > Colors and Fonts
    on the right hand side panel expand Basic select Text Font and then click
    Change button modify the values and dismiss Preferences you will start
    seeing the relative changes for the editor
    M7 Support
    "fff fff" <[email protected]> wrote in message
    news:[email protected]..
    I'm using a dark scheme when using the PC for long hours.The NitroX xml editor doesn't seem to have customization for the colors.
    Is there some way to customize them?

  • 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.

  • XPontus XML Editor

    This is the first release candidate of XPontus XML Editor 1.0.0(http://xpontus.sf.net). There are now linux packages and a real windows installer. I tried to integrate most of comments to improve the usability.
    Changes:
    Changes to Project Administration
    * Moved the revision control system from CVS to SVN
    Changes to the Code Base
    * Spring is used as container and for IOC.
    * Changed from simple object serialization to XStream to save user settings.
    * Moved from observer pattern to JGoodies bindings for UI mappings
    * Allowed the user to customize more settings(font, tab size, jtidy settings,etc.).
    * Add a tree view to browse the XML code structure
    * Added support for XMLDiff
    * The API has been cleaned to reuse code
    Changes to Design
    * No more annoying popup windows when you don't need them
    Changes to the user interface
    * Changed Splitpane windows to VlDocking framework components
    http://xpontus.sf.net
    Yves Zoundi
    Message was edited by:
    zoundi

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • MS XML Editor

    Hi,
    May I know whereto locate MS XML Editor in SQL Server ?

    Hi limssd,
    You are right. When we use SSMS to Visual Studio Tools for editing XML related files, Microsoft XML Editor is invoked.
    You must apply the update.
    As wrote in the article, the vulnerability may led to information disclosure.
    The vulnerability could allow information disclosure if a user opened a specially crafted Web Service Discovery (.disco) file with one of the affected software listed in this bulletin. Note that this vulnerability would not allow an attacker to execute
    code or to elevate their user rights directly, but it could be used to produce information that could be used to try to further compromise the affected system.
    Thanks,
    Jinchun Chen

  • 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 and it's "coding assistance" feature. Need info

    Hi all,
    I have posted it in XML forum, but I didn't get any reply. Trying my luck here :)
    Most of the XML editors have DTD based code assist in it. So it pops up enumeration list in the ATTLIST . Fine, but I want to be able to set a XML attribute value which can either be selected from the popup list or some other value not in the list can be typed in.
    Is it possible to write a DTD which will make it feasible. Or is there an Editor/Eclipse plugin which allows this?
    Any XML editors with XMLShema based code assist available (even if it won't address the above requirement)?.
    Thanks
    AV

    Thanks,
    I tried x-men; but it is not working with Eclipse
    3.0.1.
    let me check xml spy
    AVx-men is the XML editor used by MyEclipse... use it as part of MyEclipse if you can't find any other suitable editor
    but beware ! you might fall in love with that terrific plugin if you're doing WebApp developement ;)

Maybe you are looking for

  • Not able to delete text elements.

    Hello I copied a z report from production server to development server by copying the code in se38. now system is no allowing me to delete a text element for parameter. SELECTION-SCREEN BEGIN OF BLOCK b4 with frame title text-012. PARAMETERS: P_YEAR 

  • Wix Hyperlinks Won't Open in 'Same Page' - iWeb 09

    I recently built a flash intro for my personal website (www.justinmiller.info) using Wix. It's basically some photos of me that you can hover over; the photo expands and you can click on it to be directed to one of the pages on my site. I have embedd

  • CS2 Bridge vs CS3 Bridge = Colors don't match

    I was wondering why a JPG of eyewear with clear lenses shot on a white background and which have no color cast whatsoever displays with a light pink cast in Bridge 2.1.1.9 and displays it's normal 'neutral tone' in Bridge 1.0.4.6 ? The folder they're

  • Still images have very low quality

    When I import images into Final Cut Express they are pixelated and look very bad. When I open the same image in Preview the image is displayed at full quality. How can I fix this? I am running Final Cut Express 2.0.3. Thanks for your help iBook G4 1.

  • Captivate5 remove duration in table of contents

    Using captivate 5 and I want to remove the duration in the table of contents. I have seen the instructions for cpativate 4 but that is in AS2 and we are publishing in AS3   We have had to do some timing adjustments on the slide and it appears tha the