Skip to content
Prev 111795 / 398500 Next

XML - can create but can't save

I wrote:
I found a way to circumvent this error, by replacing the saveXML
line with:

sink("test.xml")
print(tt)
sink()

Alberto Monteiro