cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XSL Transfromation

Former Member
0 Likes
661

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

View Entire Topic
Former Member
0 Likes

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

Ask a Question