-
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.
now supporting iconReferenceStyle == "relativeUri"
also added parameter iconExternImageBaseUri that allows user to specify a relative or absolute uri to where the svg logo images are stored. supports issue #23
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 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 |
---|---|---|
|
@@ -85,6 +85,9 @@ [email protected] | |
* relativeUri - normal html image style references, e.g. <img src="images/logo.svg" /> | ||
--> | ||
<xsl:param name="iconReferenceStyle" select="'inlineLiteralXml'" /> | ||
<!-- base uri to where image svg files are located (only used for iconReferenceStyle == "relativeUri") --> | ||
<xsl:param name="iconExternalImageBaseUri" select="'images'" /> | ||
<xsl:variable name="iconExternalImageBaseUriVariable" select="$iconExternalImageBaseUri" /> | ||
|
||
<!-- | ||
do you want to display the constraints in cyboxProperties-style displays? | ||
|