blob: 76696338e6b491dbc7709d5c56c74694e86d636c [file] [log] [blame]
syeshinbefd53e2005-07-27 18:16:40 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html>
5<head>
syeshinaaa21932005-09-22 17:13:22 +00006<!-- /*******************************************************************************
7 * Copyright (c) 2000, 2005 IBM Corporation and others.
8 * All rights reserved. This program and the accompanying materials
9 * are made available under the terms of the Eclipse Public License v1.0
10 * which accompanies this distribution, and is available at
11 * http://www.eclipse.org/legal/epl-v10.html
12 *
13 * Contributors:
14 * IBM Corporation - initial API and implementation
15 *******************************************************************************/ -->
16<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css" />
syeshinbefd53e2005-07-27 18:16:40 +000017<title>XML tools - overview</title>
syeshin66078272005-09-20 16:53:38 +000018</head>
syeshinbefd53e2005-07-27 18:16:40 +000019<body id="cxmltool"><a name="cxmltool"><!-- --></a>
20
21<h1 class="topictitle1">XML tools - overview</h1>
22<div><p>This product provides a comprehensive visual XML development environment.
syeshind0bdb8e2005-10-27 17:44:14 +000023The tool set includes components for building DTDs, XML schemas, and XML files.</p><p>The following XML tools are available:</p>
syeshinbefd53e2005-07-27 18:16:40 +000024<p>The <b>XML editor</b> is a tool for creating and viewing XML files. You
25can use it to create new XML files, either from scratch, existing DTDs, or
26existing XML schemas. You can also use it to edit XML files, associate them
27with DTDs or schemas, and validate them.</p>
syeshind0bdb8e2005-10-27 17:44:14 +000028<p>The <b>DTD editor</b> is a tool for creating and viewing DTDs. </p>
29<p>The <b>XML schema editor</b> is a tool for creating, viewing, and validating
30XML schemas. You can use the XML schema editor to perform tasks such as creating
31XML schema components and importing and viewing XML schemas. </p>
syeshinbefd53e2005-07-27 18:16:40 +000032<div class="skipspace">Exercise caution when opening large files with any of the XML editors.
33If the memory limits of the workbench are exceeded, it will abruptly close
34without saving any data (and without warning or error messages). The number
35of elements in an XML file, not its size, is the best indicator of how much
36memory will be required. Memory requirements also depend on what else is open
37in the workbench - in some cases you can open a 15 megabytes file, but in
38other cases a one-megabyte file may cause problems. Therefore, we recommend
39you save all data in the workbench before opening large XML files. This is
40a permanent restriction.</div>
41<div class="skipspace"><p>The
42behavior of the XML parser when encountering an unresolvable URI (for example,
43in a DOCTYPE declaration) is to report a fatal IO error and stop any further
44processing. An unresolved URI is seen neither as a syntactic nor a semantic
45error and as such, the parser does not attempt to handle it. Essentially,
46the document remains unchecked. This is a known problem.</p>
47</div>
48</div>
syeshinbefd53e2005-07-27 18:16:40 +000049</body>
50</html>