|
Home > Archive > BizTalk Server General > August 2004 > Inline XSLT in Script Functoid
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Inline XSLT in Script Functoid
|
|
| Balaji 2004-07-16, 5:50 pm |
| I have too many elements in the input schema and want to use the inline XSLT
in Script functoid. Can I pass the whole node as an input to my inline XSLT
instead of passing each element as parameter?
Any response/samples is appreciated.
Thanks,
Balaji
| |
| Sam Vanhoutte 2004-07-19, 2:48 am |
| > I have too many elements in the input schema and want to use the inline
XSLT
> in Script functoid. Can I pass the whole node as an input to my inline
XSLT
> instead of passing each element as parameter?
>
> Any response/samples is appreciated.
If you want to handle the entire document in the XSLT functoid, you'd use
the "Custom XSL Path" property where you can specify an entire XSL
stylesheet that will be used for your mapping. If you specify such a file,
the entire mapping content (functoids, mapping lines,...) will be ignored...
greetz
| |
| Bernard Lenssens 2004-08-25, 5:54 pm |
| What about includes ?
I cannot use xsl:include of stylesheets that contain enterprise wide generic
XSL templates (for formatting PO numbers, etc ..)
Why was is permitted in BTS200 and BTS2002 but NOT in BTS2004 :-( ???
.... are there any workarounds for this ?
"Sam Vanhoutte" <sam.vanhoutte@unilin.com> wrote in message
news:eemekRWbEHA.716@TK2MSFTNGP11.phx.gbl...
> XSLT
> XSLT
>
> If you want to handle the entire document in the XSLT functoid, you'd use
> the "Custom XSL Path" property where you can specify an entire XSL
> stylesheet that will be used for your mapping. If you specify such a
file,
> the entire mapping content (functoids, mapping lines,...) will be
ignored...
>
> greetz
>
>
|
|
|
|
|