on 2009 Sep 08 11:34 AM
Hi Guys,
Stuck up with XSL Transformation.
requirement Input XML --> <row>12 , wee , 67 ,6u,hh</row> multiple rows to a target XML.
I have created a XSL transformation using stylus studio worked fine and also used the same Input XML / XSL in XML query works perfect.
But when i use the same in --> XSL Transformation it is not working
Transform URL :: http://129.292.888/test.xsl
Input : Given Doc Output
Now when i execute it says always below
[ERROR]: XSLTransform error: The markup in the document following the root element must be well-formed.
[ERROR]: ACTION FAILED: End Action XSL_Transformation_0 : ( )i checked many times Format is correct and same XSL works perfect in XML Query converting to desired output.
I have one more doubt in XSL Transaction : InputXSL ?? for what this used.
If any one used this action Block XSL Transformation give idea.
Adding to it i am using XMII 12 ,, any inputs ?
Rgds
Interface
Edited by: InterfaceSavy on Sep 8, 2009 12:58 PM
Request clarification before answering.
Hi,
Long time ago, i suffered somewhat similar problem.
I got to resolve the issue by changing the way xsl / xml is defined is stylesheet in MII.
See example below :
SAP XMII could understand
<?xml version="1.0"?>
but not the one below.
<?xml version="1.0" encoding="UTF-8"?>
So if you are using encoding="UTF-8" anywhere, i would recommend you remove it and try.
All the best.
Thanks,
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.