[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [wsbpel] Issue - 11 - Ambiguous insertion points
Message text written by INTERNET:ygoland@bea.com
>
<transform xform="bpel:xslt">
<from> <!-- As specified for assign -->
<to> <!-- As specified for assign -->
<xslt>
(<import href=""> | <xsl:stylesheet ...> | <xsl:transform
...>)
</xslt>
</transform>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Yaron,
Since we're trying to support other things - this should be
something like this:
<transform xform="bpel:xslt">
<from> <!-- As specified for assign -->
<to> <!-- As specified for assign -->
<template>
<import href="datalocation">
<output href="resultdestination">
<instructions href="xslt:.....">
<!- - Or put the
instructions inline here - ->
</instructions>
</template>
</transform>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]