A tool to preview XSL-TEXT templates on Desktop
Hi all,
I searched the web for such a tool, but failed so far and i was wondering if you can help me guys.
Here's my use case:
We currently use XSL-TEXT templates (as Type) in our EBS (12.1.3., soon to become 12.2.3.) with "Default Output Type" as TEXT (with XDO 5.6.3.). The template looks something like this:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- import sub-templates: -->
<xsl:import href="xdo://XX.XX_IDENTIFIER.en.US"/>
<xsl:import href="xdo://XX.XX_TEMPLATES.en.US"/>
<xsl:template name="xx_label">
<xsl:call-template name="label_head"/>