Fixed bug where p-code couldn't be decoded in a site configuration with a different name than the one it was encoded in. This fix made it necessary to identify tag sets relatively to an owner object (typically a roxen module or configuration) rather than absolutely. Compatibility note: The new tag set identification system caused an incompatible API change in RXML.TagSet.create. It's fairly easy to rewrite those calls, though. Note: The format of encoded p-code has changed; old dumped p-code won't be decodable. Rev: server/etc/modules/RXML.pmod/module.pmod:1.236