Skip to main content

I have a tab set and if I add ‘&’ to the tab label; skuid throws an error - Invalid XML…

TJ,

Replace your ‘&’ with ‘&’.

It will work if the ‘&’ is url encoded.

Thanks,

Bill


The rendered XML was showing '&' so didn't bother to change it in the builder. Anyways, replacing '&' with '&' worked; thank you!


Reply