Updated documentation
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/editor/editor.xml b/docs/org.eclipse.wst.xsl.doc/docbook/editor/editor.xml
index cc51997..0a1ad52 100644
--- a/docs/org.eclipse.wst.xsl.doc/docbook/editor/editor.xml
+++ b/docs/org.eclipse.wst.xsl.doc/docbook/editor/editor.xml
@@ -54,6 +54,11 @@
functions to the XPath Templates.
</para>
</important>
+ <para>
+ To initiate content assistance press CTRL + SPACE or CMD + SPACE. This will bring up
+ a dialog that will contain any proposals that are available. If no proposals are available
+ an message will be displayed in the status bar.
+ </para>
<section id="SelectTest">
<title>Select and Test Attributes </title>
<para>
@@ -161,6 +166,25 @@
</para>
</note>
</section>
+ <section id="ed_ModeAssist">
+ <title>Mode attribute assistance</title>
+ <para>
+ Content assistance is available for those xsl elements that support the mode attribute. For XSLT 1.0
+ these elements are <emphasis>template</emphasis>, <emphasis>apply-templates</emphasis>, and <emphasis>apply-imports</emphasis>.
+ </para>
+ <figure id="fig_ModeAssistance">
+ <title>Mode attribute assistance</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG" align="center" fileref="../images/editor/modeAssistance.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ The proposal list is populated by those modes defined on templates in the current stylesheet, and any
+ of the templates that are <emphasis>included</emphasis> or <emphasis>imported</emphasis>.
+ </para>
+ </section>
</section>
<section id="XSLEditorTemplates">
<?dbhtml filename="editor/xsleditor_templates.html" ?>
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/images/editor/modeAssistance.png b/docs/org.eclipse.wst.xsl.doc/docbook/images/editor/modeAssistance.png
new file mode 100644
index 0000000..f5a9875
--- /dev/null
+++ b/docs/org.eclipse.wst.xsl.doc/docbook/images/editor/modeAssistance.png
Binary files differ
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortcut.png b/docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortct.png
similarity index 100%
rename from docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortcut.png
rename to docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortct.png
Binary files differ
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/launching/launching.xml b/docs/org.eclipse.wst.xsl.doc/docbook/launching/launching.xml
index 8c6307b..ddf6ea3 100644
--- a/docs/org.eclipse.wst.xsl.doc/docbook/launching/launching.xml
+++ b/docs/org.eclipse.wst.xsl.doc/docbook/launching/launching.xml
@@ -19,7 +19,7 @@
<mediaobject>
<imageobject>
<imagedata align="center" format="PNG"
- fileref="../images/launching/launchShortcut.png" />
+ fileref="../images/launching/launchShortct.png" />
</imageobject>
</mediaobject>
</section>
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/legal.xml b/docs/org.eclipse.wst.xsl.doc/docbook/legal.xml
index 58e7ad8..2fe8845 100644
--- a/docs/org.eclipse.wst.xsl.doc/docbook/legal.xml
+++ b/docs/org.eclipse.wst.xsl.doc/docbook/legal.xml
@@ -6,7 +6,7 @@
<title>Notices</title>
<para>
The material in this guide is Copyright (c) Doug Satchwell (<ulink url="http://www.chasetechnology.co.uk">Chase Technology Ltd</ulink>),
- David Carver ((<ulink url="http://www.starstandard.org">Standards for Technology in Automotive Retail</ulink>)
+ David Carver (<ulink url="http://www.starstandard.org">Standards for Technology in Automotive Retail</ulink>)
and others 2008.
</para>
<para>
diff --git a/docs/org.eclipse.wst.xsl.doc/html/about.html b/docs/org.eclipse.wst.xsl.doc/html/about.html
new file mode 100644
index 0000000..2199df3
--- /dev/null
+++ b/docs/org.eclipse.wst.xsl.doc/html/about.html
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>June, 2008</P>
+
+<H3>License</H3>
+
+<P>The Eclipse Foundation makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from the Eclipse Foundation, the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributors license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
+
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html
index 7e8c138..777fc44 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 2. XSL Editing</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../general/general.html" title="Chapter 1. General"><link rel="next" href="xsleditor_contentassist.html" title="Content Assist"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10044"></a>Chapter 2. XSL Editing</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="xsleditor.html#Validation">Validation</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html">Content Assist</a></span></dt><dd><dl><dt><span class="section"><a href="xsleditor_contentassist.html#SelectTest">Select and Test Attributes </a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#ExcludeResultPrefixesContentAssist">Exclude-Result-Prefixes</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_templates.html">Templates</a></span></dt><dd><dl><dt><span class="section"><a href="xsleditor_templates.html#N100B4">XPath Templates</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_debugging.html">XSL Debugging</a></span></dt></dl></div><p>
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 2. XSL Editing</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../general/general.html" title="Chapter 1. General"><link rel="next" href="xsleditor_contentassist.html" title="Content Assist"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10044"></a>Chapter 2. XSL Editing</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="xsleditor.html#Validation">Validation</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html">Content Assist</a></span></dt><dd><dl><dt><span class="section"><a href="xsleditor_contentassist.html#SelectTest">Select and Test Attributes </a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#ExcludeResultPrefixesContentAssist">Exclude-Result-Prefixes</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#ed_ModeAssist">Mode attribute assistance</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_templates.html">Templates</a></span></dt><dd><dl><dt><span class="section"><a href="xsleditor_templates.html#N100D8">XPath Templates</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_debugging.html">XSL Debugging</a></span></dt></dl></div><p>
The XSL Tools plugins extend the ability of the Web Standard
Tools XML
editor. This extension adds specific
diff --git a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_contentassist.html b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_contentassist.html
index 215aec7..12defb8 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_contentassist.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_contentassist.html
@@ -12,7 +12,11 @@
can add this support if they need it by
adding the missing XPath
functions to the XPath Templates.
- </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="SelectTest"></a>Select and Test Attributes </h3></div></div></div><p>
+ </p></div><p>
+ To initiate content assistance press CTRL + SPACE or CMD + SPACE. This will bring up
+ a dialog that will contain any proposals that are available. If no proposals are available
+ an message will be displayed in the status bar.
+ </p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="SelectTest"></a>Select and Test Attributes </h3></div></div></div><p>
Where ever an xsl element supports a
<span class="emphasis"><em>select</em></span>
or
@@ -80,4 +84,10 @@
be changed at
a future
date. This will depend on user feedback.
- </p></div></div></div></body></html>
\ No newline at end of file
+ </p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="ed_ModeAssist"></a>Mode attribute assistance</h3></div></div></div><p>
+ Content assistance is available for those xsl elements that support the mode attribute. For XSLT 1.0
+ these elements are <span class="emphasis"><em>template</em></span>, <span class="emphasis"><em>apply-templates</em></span>, and <span class="emphasis"><em>apply-imports</em></span>.
+ </p><div class="figure"><a name="fig_ModeAssistance"></a><p class="title"><b>Figure 2.3. Mode attribute assistance</b></p><div class="figure-contents"><div class="mediaobject" align="center"><img src="../images/editor/modeAssistance.png" align="middle" alt="Mode attribute assistance"></div></div></div><br class="figure-break"><p>
+ The proposal list is populated by those modes defined on templates in the current stylesheet, and any
+ of the templates that are <span class="emphasis"><em>included</em></span> or <span class="emphasis"><em>imported</em></span>.
+ </p></div></div></body></html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_templates.html b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_templates.html
index a53bb63..ef2bac8 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_templates.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor_templates.html
@@ -15,7 +15,7 @@
may
also use the standard template
extension point to add additional functionality.
- </p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="N100B4"></a>XPath Templates</h3></div></div></div><p>
+ </p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="N100D8"></a>XPath Templates</h3></div></div></div><p>
The XSL XPath Templates preference page allows for a user or
adopter to add specific xpath extensions so
that
diff --git a/docs/org.eclipse.wst.xsl.doc/html/images/editor/modeAssistance.png b/docs/org.eclipse.wst.xsl.doc/html/images/editor/modeAssistance.png
new file mode 100644
index 0000000..f5a9875
--- /dev/null
+++ b/docs/org.eclipse.wst.xsl.doc/html/images/editor/modeAssistance.png
Binary files differ
diff --git a/docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortcut.png b/docs/org.eclipse.wst.xsl.doc/html/images/launching/launchShortct.png
similarity index 100%
copy from docs/org.eclipse.wst.xsl.doc/docbook/images/launching/launchShortcut.png
copy to docs/org.eclipse.wst.xsl.doc/html/images/launching/launchShortct.png
Binary files differ
diff --git a/docs/org.eclipse.wst.xsl.doc/html/index.html b/docs/org.eclipse.wst.xsl.doc/html/index.html
index a88166a..0f5ae85 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/index.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/index.html
@@ -1,2 +1,2 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>XSL Tools User Documentation</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="XSL Tools User Documentation"><link rel="next" href="general/general.html" title="Chapter 1. General"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="XSLUser"></a>XSL Tools User Documentation</h1></div><div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Carver</span></h3></div></div><div><p class="copyright">Copyright © 2008 Eclipse Foundation and others</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="general/general.html">1. General</a></span></dt><dd><dl><dt><span class="section"><a href="general/general.html#XInclude">XInclude</a></span></dt></dl></dd><dt><span class="chapter"><a href="editor/xsleditor.html">2. XSL Editing</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor.html#Validation">Validation</a></span></dt><dt><span class="section"><a href="editor/xsleditor_contentassist.html">Content Assist</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor_contentassist.html#SelectTest">Select and Test Attributes </a></span></dt><dt><span class="section"><a href="editor/xsleditor_contentassist.html#ExcludeResultPrefixesContentAssist">Exclude-Result-Prefixes</a></span></dt></dl></dd><dt><span class="section"><a href="editor/xsleditor_templates.html">Templates</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor_templates.html#N100B4">XPath Templates</a></span></dt></dl></dd><dt><span class="section"><a href="editor/xsleditor_debugging.html">XSL Debugging</a></span></dt></dl></dd><dt><span class="chapter"><a href="launching/launching.html">3. XSL Launching and Debugging</a></span></dt><dd><dl><dt><span class="section"><a href="launching/launching.html#XSLLaunch">XSL Launching</a></span></dt><dt><span class="section"><a href="launching/debuglaunching.html">Launch Debugging</a></span></dt></dl></dd><dt><span class="chapter"><a href="preferences/xslpreferences.html">4. XSL Tools Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="preferences/xslpreferences.html#XSLFeatures">Features</a></span></dt><dt><span class="section"><a href="preferences/xslprocessors.html">Installed Processors</a></span></dt><dt><span class="section"><a href="preferences/xsloutputproperties.html">Output Properties</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html">XPath Templates</a></span></dt><dd><dl><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathTemplateNew">Creating New Templates</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathImport">Import XPath Templates</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathExport">Import XPath Templates</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="samples/samples.html">5. XSL Tooling Samples</a></span></dt><dd><dl><dt><span class="section"><a href="samples/samples.html#EclipseHelp">Eclipse Help</a></span></dt><dd><dl><dt><span class="section"><a href="samples/samples.html#DocbookEclipseHelp">Creating Eclipse Help with Docbook and XSL Tools</a></span></dt><dt><span class="section"><a href="samples/samples.html#DITAEclipseHelp">Creating Eclipse Help with DITA and XSL Tools</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="legal.html">6. Notices</a></span></dt></dl></div><div class="list-of-figures"><p><b>List of Figures</b></p><dl><dt>2.1. <a href="xsleditor_contentassist.html#fig_ExcludeResultPrefixesContentAssist1">Exclude-result-prefixes Content
- Assistance</a></dt><dt>2.2. <a href="xsleditor_contentassist.html#fig_ExcludeResultPrefixesContentAssist2">Filtered exclude-result-prefixes proposals</a></dt></dl></div></div></body></html>
\ No newline at end of file
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>XSL Tools User Documentation</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="XSL Tools User Documentation"><link rel="next" href="general/general.html" title="Chapter 1. General"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="XSLUser"></a>XSL Tools User Documentation</h1></div><div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Carver</span></h3></div></div><div><p class="copyright">Copyright © 2008 Eclipse Foundation and others</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="general/general.html">1. General</a></span></dt><dd><dl><dt><span class="section"><a href="general/general.html#XInclude">XInclude</a></span></dt></dl></dd><dt><span class="chapter"><a href="editor/xsleditor.html">2. XSL Editing</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor.html#Validation">Validation</a></span></dt><dt><span class="section"><a href="editor/xsleditor_contentassist.html">Content Assist</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor_contentassist.html#SelectTest">Select and Test Attributes </a></span></dt><dt><span class="section"><a href="editor/xsleditor_contentassist.html#ExcludeResultPrefixesContentAssist">Exclude-Result-Prefixes</a></span></dt><dt><span class="section"><a href="editor/xsleditor_contentassist.html#ed_ModeAssist">Mode attribute assistance</a></span></dt></dl></dd><dt><span class="section"><a href="editor/xsleditor_templates.html">Templates</a></span></dt><dd><dl><dt><span class="section"><a href="editor/xsleditor_templates.html#N100D8">XPath Templates</a></span></dt></dl></dd><dt><span class="section"><a href="editor/xsleditor_debugging.html">XSL Debugging</a></span></dt></dl></dd><dt><span class="chapter"><a href="launching/launching.html">3. XSL Launching and Debugging</a></span></dt><dd><dl><dt><span class="section"><a href="launching/launching.html#XSLLaunch">XSL Launching</a></span></dt><dt><span class="section"><a href="launching/debuglaunching.html">Launch Debugging</a></span></dt></dl></dd><dt><span class="chapter"><a href="preferences/xslpreferences.html">4. XSL Tools Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="preferences/xslpreferences.html#XSLFeatures">Features</a></span></dt><dt><span class="section"><a href="preferences/xslprocessors.html">Installed Processors</a></span></dt><dt><span class="section"><a href="preferences/xsloutputproperties.html">Output Properties</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html">XPath Templates</a></span></dt><dd><dl><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathTemplateNew">Creating New Templates</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathImport">Import XPath Templates</a></span></dt><dt><span class="section"><a href="preferences/xpathtemplates.html#XPathExport">Import XPath Templates</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="samples/samples.html">5. XSL Tooling Samples</a></span></dt><dd><dl><dt><span class="section"><a href="samples/samples.html#EclipseHelp">Eclipse Help</a></span></dt><dd><dl><dt><span class="section"><a href="samples/samples.html#DocbookEclipseHelp">Creating Eclipse Help with Docbook and XSL Tools</a></span></dt><dt><span class="section"><a href="samples/samples.html#DITAEclipseHelp">Creating Eclipse Help with DITA and XSL Tools</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="legal.html">6. Notices</a></span></dt></dl></div><div class="list-of-figures"><p><b>List of Figures</b></p><dl><dt>2.1. <a href="xsleditor_contentassist.html#fig_ExcludeResultPrefixesContentAssist1">Exclude-result-prefixes Content
+ Assistance</a></dt><dt>2.2. <a href="xsleditor_contentassist.html#fig_ExcludeResultPrefixesContentAssist2">Filtered exclude-result-prefixes proposals</a></dt><dt>2.3. <a href="xsleditor_contentassist.html#fig_ModeAssistance">Mode attribute assistance</a></dt></dl></div></div></body></html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.xsl.doc/html/launching/launching.html b/docs/org.eclipse.wst.xsl.doc/html/launching/launching.html
index 61227c4..ba56e1b 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/launching/launching.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/launching/launching.html
@@ -1,8 +1,8 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. XSL Launching and Debugging</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../editor/xsleditor_debugging.html" title="XSL Debugging"><link rel="next" href="debuglaunching.html" title="Launch Debugging"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N100C1"></a>Chapter 3. XSL Launching and Debugging</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="launching.html#XSLLaunch">XSL Launching</a></span></dt><dt><span class="section"><a href="debuglaunching.html">Launch Debugging</a></span></dt></dl></div><p>
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. XSL Launching and Debugging</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../editor/xsleditor_debugging.html" title="XSL Debugging"><link rel="next" href="debuglaunching.html" title="Launch Debugging"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N100E5"></a>Chapter 3. XSL Launching and Debugging</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="launching.html#XSLLaunch">XSL Launching</a></span></dt><dt><span class="section"><a href="debuglaunching.html">Launch Debugging</a></span></dt></dl></div><p>
XSL Tools adds support for XSL Launch and Debugging configurations.
These allow you to setup XSL configurations for various jobs, and to also
debug xsl stylsheet transformations.
</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="XSLLaunch"></a>XSL Launching</h2></div></div></div><p>
In the Project Explorer, simply select the input XML file and the stylesheet(s) to transform it, and then right-click and select
<span class="emphasis"><em>Run As > XSL Transformation</em></span>.
- </p><div class="mediaobject" align="center"><img src="../images/launching/launchShortcut.png" align="middle"></div></div></div></body></html>
\ No newline at end of file
+ </p><div class="mediaobject" align="center"><img src="../images/launching/launchShortct.png" align="middle"></div></div></div></body></html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.xsl.doc/html/legal.html b/docs/org.eclipse.wst.xsl.doc/html/legal.html
index 60068e5..f72aa75 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/legal.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/legal.html
@@ -1,6 +1,6 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 6. Notices</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="XSL Tools User Documentation"><link rel="up" href="index.html" title="XSL Tools User Documentation"><link rel="prev" href="samples/samples.html" title="Chapter 5. XSL Tooling Samples"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10190"></a>Chapter 6. Notices</h2></div></div></div><p>
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 6. Notices</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="index.html" title="XSL Tools User Documentation"><link rel="up" href="index.html" title="XSL Tools User Documentation"><link rel="prev" href="samples/samples.html" title="Chapter 5. XSL Tooling Samples"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N101B4"></a>Chapter 6. Notices</h2></div></div></div><p>
The material in this guide is Copyright (c) Doug Satchwell (<a class="ulink" href="http://www.chasetechnology.co.uk" target="_top">Chase Technology Ltd</a>),
- David Carver ((<a class="ulink" href="http://www.starstandard.org" target="_top">Standards for Technology in Automotive Retail</a>)
+ David Carver (<a class="ulink" href="http://www.starstandard.org" target="_top">Standards for Technology in Automotive Retail</a>)
and others 2008.
</p><p>
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies
diff --git a/docs/org.eclipse.wst.xsl.doc/html/samples/samples.html b/docs/org.eclipse.wst.xsl.doc/html/samples/samples.html
index 1ffd504..fe18ef2 100644
--- a/docs/org.eclipse.wst.xsl.doc/html/samples/samples.html
+++ b/docs/org.eclipse.wst.xsl.doc/html/samples/samples.html
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 5. XSL Tooling Samples</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../preferences/xpathtemplates.html" title="XPath Templates"><link rel="next" href="../legal.html" title="Chapter 6. Notices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10171"></a>Chapter 5. XSL Tooling Samples</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="samples.html#EclipseHelp">Eclipse Help</a></span></dt><dd><dl><dt><span class="section"><a href="samples.html#DocbookEclipseHelp">Creating Eclipse Help with Docbook and XSL Tools</a></span></dt><dt><span class="section"><a href="samples.html#DITAEclipseHelp">Creating Eclipse Help with DITA and XSL Tools</a></span></dt></dl></dd></dl></div><p>This section contains several samples and references to sample projects.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="EclipseHelp"></a>Eclipse Help</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="DocbookEclipseHelp"></a>Creating Eclipse Help with Docbook and XSL Tools</h3></div></div></div><p>
+<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 5. XSL Tooling Samples</title><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="../index.html" title="XSL Tools User Documentation"><link rel="prev" href="../preferences/xpathtemplates.html" title="XPath Templates"><link rel="next" href="../legal.html" title="Chapter 6. Notices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="N10195"></a>Chapter 5. XSL Tooling Samples</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="samples.html#EclipseHelp">Eclipse Help</a></span></dt><dd><dl><dt><span class="section"><a href="samples.html#DocbookEclipseHelp">Creating Eclipse Help with Docbook and XSL Tools</a></span></dt><dt><span class="section"><a href="samples.html#DITAEclipseHelp">Creating Eclipse Help with DITA and XSL Tools</a></span></dt></dl></dd></dl></div><p>This section contains several samples and references to sample projects.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="EclipseHelp"></a>Eclipse Help</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="DocbookEclipseHelp"></a>Creating Eclipse Help with Docbook and XSL Tools</h3></div></div></div><p>
This tutorial assumes that you have knowledge of Docbook, ANT, and the
ability to setup ANT build scripts.
</p><p>