Friday, 22 February 2002
So, all those problems I was having with the Frontier XML parser? I was using:
xml.compile (scratchpad.xmlTest, @scratchpad.xml)
instead of:
xml.compile (string (scratchpad.xmlTest), @scratchpad.xml)
scratchpad.xmlText was of type wpText, so the XML parser was choking when trying to interpret the binary object as text.
Tonight was a lot of fun, though I certainly didn't get much work done.