BI Publisher (MOSC)

MOSC Banner

Translate pure XSL to RTF-XSL

edited Aug 14, 2014 5:03AM in BI Publisher (MOSC) 3 commentsAnswered

Hello,

if I load this example as XSL into BI Publisher it works fine:

<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet version="1.0"

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

xmlns:ext="http://exslt.org/common">

<xsl:output method="text"/>

<xsl:variable name="vA" select="3"/>

<xsl:variable name="vB" select="1"/>

<xsl:variable name="vC" select="9"/>

<xsl:variable name="vD" select="5"/>

<xsl:template match="/">

     <xsl:variable name="vrtfStore">

       <num><xsl:value-of select="$vA"/></num>

<num><xsl:value-of select="$vB"/></num>

<num><xsl:value-of select="$vC"/></num>

<num><xsl:value-of select="$vD"/></num>

     </xsl:variable>

     <xsl:for-each select="ext:node-set($vrtfStore)/*">

      <xsl:sort data-type="number" order="ascending"/>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center