HI,
Sorry for popping out here, but it seems like a best place for my question.
Lets say I have an variable which I need to pass to js. This variable contains an xml string (with encoded <, > and so on) and some of the attibutes has a text with commas.
Unfortunatelly, the krpano handles this and send it as a separate variables to the js function.
How can I avoid splitting string to separate variables?
Here is n example:
xml:
js:
expected: alert with '<text="hello, world!"> text
actual: alert with '<text="hello' text