Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html')
-rw-r--r--docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html b/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html
deleted file mode 100644
index 3838333..0000000
--- a/docs/org.eclipse.wst.xsl.doc/html/editor/xsleditor.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>XSL Editing</title><link href="book.css" rel="stylesheet" type="text/css"><link href="../book.css" rel="stylesheet" type="text/css"><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="../concepts/resources.html" title="Resources"><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="N100E4"></a>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#ed_XSLProposals">XSLT Element Proposals</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#SelectTest">Select, Test, and Match 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><dt><span class="section"><a href="xsleditor_contentassist.html#ed_NamedTemplateAssist">Named Template Assistance</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#ed_CallTemplateAssist">Call-Template Assistance</a></span></dt><dt><span class="section"><a href="xsleditor_contentassist.html#ed_href">
- Include and Import
- href
- 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#N101CC">XPath Templates</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_coloring.html">XSLT Syntax Coloring</a></span></dt><dt><span class="section"><a href="xsleditor_markers.html">XSLT Markers and Annotations</a></span></dt><dd><dl><dt><span class="section"><a href="xsleditor_markers.html#xsltOverRide">Template Override</a></span></dt></dl></dd><dt><span class="section"><a href="xsleditor_debugging.html">XSL Debugging</a></span></dt><dt><span class="section"><a href="xsleditor_debugging.html">Navigation</a></span></dt></dl></div><p>The XSL Tools plugins extend the ability of the Web Standard Tools XML
- editor. This extension adds specific support and functionality for working with
- and debugging XSL files.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="Validation"></a>Validation</h2></div></div></div><p>The XSL extensions for the eclipse XML editor include as you type
- validation for XSL specific features. This includes not only the ability to
- syntax check the grammar, but to also to validate specific XSL specification
- rules. Grammar validation will be triggered based on the version attribute for
- the style sheet that is being edited. Valid version numbers are 1.0, and 2.0.
- </p></div></div></body></html> \ No newline at end of file

Back to the top