Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.7
-
None
-
Operating System: All
Platform: All
-
36984
Description
Here is a patch againt 2.1.7 version augment transformer which add a
"attributes" parameter which permit to choose the attributes to be augmented.
Defaults to href if the parameter is not set:
<map:transform type="augment">
<map:parameter name="attributes" value="href src"/>
</map:transform>
Useful, for example, for <script type="text/javascript" src="path/to/js.js"/>.
"attributes" parameter which permit to choose the attributes to be augmented.
Defaults to href if the parameter is not set:
<map:transform type="augment">
<map:parameter name="attributes" value="href src"/>
</map:transform>
Useful, for example, for <script type="text/javascript" src="path/to/js.js"/>.