→
: move the cursor to the
definition of the current element in the schema associated with the
edited XML document (DTD, XML Schema, Relax NG schema, NRL
schema).
→ (Ctrl+Shift+.): Copy XPath expression of current element from current
editor to clipboard.
+Go to the matching tag
(Ctrl+Shift+G): Moves the cursor to the end tag that matches the
start tag, or vice versa.
→ (Ctrl+Close Bracket): Moves the cursor to the end of the next tag.
→ (Ctrl+Open Bracket): Moves the cursor to the end of the previous
tag.
+Associate XSLT/CSS Stylesheet
: Inserts an xml-stylesheet
processing instruction at the beginning of the document referencing
either an XSLT or a CSS file depending on the user selection. Either
reference is useful for rendering the document in a Web browser when
the action Open in browser is executed.
Referencing the XSLT file is also useful for automatic detection of
the transformation stylesheet when there is no scenario associated
with the current document
When associating the CSS, the user can also specify the title and
if the stylesheet is an alternate one. Setting a Title for the CSS makes it the author's
preferred stylesheet. Checking the Alternate checkbox makes the CSS an alternate
stylesheet.
oXygen Author fully implements the W3C recommendation regarding
"Associating Style Sheets with XML documents". For more information
see: http://www.w3.org/TR/xml-stylesheet/
http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3.2