diotalevi has asked for the wisdom of the Perl Monks concerning the following question:

Anyone ever try chromatic's B::ToXML and something that might be B::FromXML? I was just thinking it'd be really sweet to do optree modifications in XSL but the serialization / deserialization part is a prequisite. It'd enable language modifications with the implementation in a nice declarative language (XSL + XPath). So - any users care to share?

  • Comment on Any users of chromatic's B::ToXML / B::FromXML?

Replies are listed 'Best First'.
Re: Any users of chromatic's B::ToXML / B::FromXML?
by chromatic (Archbishop) on Jun 16, 2003 at 20:12 UTC

    The proper B::FromXML would use either B::Generate or B::Deparse to create actual opcodes or source code — there has to be a little work to make the latter work correctly.