Posted: Wed Jan 30, 2008 1:47 am Post subject: How to make use the xslt prcessing instructions in WBIMB
Apprentice
Joined: 20 Jan 2008 Posts: 29
Hi,
i When i am working on xml transformation facing some strang behaviour as below
-- 1. XML processing instruction (<?xml-stylesheet type="text/xml" href="#testId" ?>)adding in the start of xml
-- 2. xslt is defined in
<header><xslt>xxxxxx</xslt></header>
-- 3. in flow adding the xslt to Body dynamically in the mid of the flow and applied the xml transformation using XML transformation node.
<body>
<test></test>
<xsl:stylesheet id="testId" ><tt> xxxxxxxx</tt>
</body>
i am getting the testId is not found for transformation. But when i am adding the above all at the message start up it is taking the xsl and doing transformation correctly. I am able to see all the above in mid of the flow when i am applying the xml transformation but not getting xslt tranformation. Can any one tell what is the problem exactly.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum