TXE is GUI XML editor written in Java using the DOM (Document Object Model) parser provided by Oracle.
| See TXE screen shots | Download TXE from Sourceforge.net |
|
| THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
You will need Java Runtime Environment (JRE) 1.2 or above to run TXE. You can download the latest JRE from java.sun.com.
Note: If you have downloaded JDK 1.2 or above, it already has JRE.
For TXE to work you must download the following:
After downloading, set the path pointing to the bin directory of the jre main directory, for example,
Make sure that the CLASSPATH environment variable includes paths to XMLEditor.jar,
xmlparserv2.jar and swingall.jar.
To run TXE, type the following at the prompt (be careful as Java is case sensitive):
1. Using the GUI tree editor you cannot:
To workaround these limitations, you must go to the source editor window (XML > View Source menu) and editor the XML document source directly. When you return to the GUI editor after saving changes, the XML tree will be automatically updated to reflect the changes. 2. When you close a file or the editor, it does not prompt you to save changes, even if there are changes.
Please send me your feedback on TXE at shjejurkar@yahoo.com.