Hello Irfan,
for the next version 3.1.3, mixed content is not directly supported in a way you could use it. However, the next version allows you to plugin application specific code.
A possible solution could look like this:
<BR><xapp:loop select=".../AusA" ...><BR> ...<BR> <xapp:if condition="hasTextBefore"><BR> <xapp:directelementaction type="getTextBefore" select="."/><BR> </xapp:if><BR> <xapp:choice ...><BR> ...<BR> </xapp:choice><BR></xapp:loop><BR>
The condition “hasTextBefore” would be a plugin which checks whether the current choice node contains plain text before or not.
The elementaction “getTextBefore” returns this Text.
In this way you could output also the text nodes which would be ignored otherwise. The other nodes can be processed by the choice tag.
I cannot guarantee that this roughly described idea will work. We should try it out when the new version comes up. Currently, I have not the time to check it, perhaps at the beginning of August.
Bye,
Christian.
[This message was edited by Christian Freytag on 17 Jul 2002 at 12:03.]
#API-Management#Tamino#webMethods