Pass xml field to reference event method parameter


Badge +1

Hi,


I passed a xml field to an in-parameter for a method, but what I really get is the xml without any xml tags.


Is it a bug?


 


 


4 replies

Badge +3

You can only pass simple datatypes to Methods used in Reference event. If you try to XMLDocument object, it just passes values without tags as you have mentioned.


I think you need to call this as a bug :)

Badge +1

:) , let's do it in another way, if I pass a string data field just like '<d>test</d>' to the method, I still can only get 'test' without '<d></d>',


So is it a bug?

Badge +3

from my standpoint..it should be a bug.


at least i pass something in a string and it does not take exactly as it is, whats the point?


 


 

Badge +3

let me know if you get any workaround for the same..

Reply