Chapter 2. Service implementation and optimization 53
xsl:choose and xsl:when statements, which is true for any condition except
xsl:foreach statements
Boolean tests between node sets where one is the input document
Any style sheet that checks a node for two different purposes
Troubleshooting a style sheet compatibility with streaming
DataPower provides a functionality when needed to validate whether a style
sheet is compatible with streaming mode or not:
1. Create a new policy (or use the one you already have) with a transform action
referencing your style sheet.
2. Enforce streaming by setting it on the Compile Options Policy in the XML
Manager for the service.
3. Send any data to the service, which triggers the compilation of the style ...