You are not logged in.

Mische

Intermediate

  • "Mische" started this thread

Posts: 157

Location: dortmund

  • Send private message

1

Thursday, July 21st 2022, 2:47pm

Can't run includexmlstring()

Hi!
I can't run includexmlstring()

I have tried so many different things. I have prepared the string with/without <krpano>, added \n to each row, ...
I always get this message 'loadxml() - xml parsing failed!' *confused*

The xmlstring is stored in a variable and I can trace it successfully.
If i try to load the same as a normal file with includexml(), everything works fine.

includexmlstring() is included since version 1.20.9 and flagged as 'experimental'.
So my question is, it is working now? Or did I miss something here?

Best regards!

Mische

Intermediate

  • "Mische" started this thread

Posts: 157

Location: dortmund

  • Send private message

2

Saturday, July 23rd 2022, 6:50pm

Okay, my bad..

I used includexmlstring(myvariable) instead of includexmlstring(get(myvariable)) *rolleyes*

Works fine now!