Hi ALL,
I have a processing instruction like <?aid Char="feff" Self="rc_u434fi 2d8fiecins0"?>
Now i want to read this by XSLT and convert to tags like
<aid char="feff" self="rc_u434fi 2d8fiecins0">
How this is possible using XSLT
Thanks
Sam
I have a processing instruction like <?aid Char="feff" Self="rc_u434fi 2d8fiecins0"?>
Now i want to read this by XSLT and convert to tags like
<aid char="feff" self="rc_u434fi 2d8fiecins0">
How this is possible using XSLT
Thanks
Sam
Comment