-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the icon named templates to use a common named template with …
…different parameters. supports issue #23
- Loading branch information
Showing
2 changed files
with
63 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,14 @@ [email protected] | |
fields, otherwise text descriptions will be flowed like normal html text | ||
--> | ||
<xsl:param name="enablePreformattedDescriptions" select="false()" /> | ||
|
||
<!-- | ||
set the style of how svg images to be used for item type icons: | ||
* inlineLiteralXml - the svg xml will show up inline in the resulting html document | ||
* dataUri - the svg image will be included in the document via the img element's src attribute using a data uri whose contents are a the base64 encoded version of the gzipped svg | ||
* relativeUri - normal html image style references, e.g. <img src="images/logo.svg" /> | ||
--> | ||
<xsl:param name="iconReferenceStyle" select="'inlineLiteralXml'" /> | ||
|
||
<!-- | ||
do you want to display the constraints in cyboxProperties-style displays? | ||
|