Is it possible to generate a Sieve script from a Node tree? I have code that manipulates a tree in-place, and I'd like to get the modified script as a String. I assumed this would be easy, but I can't seem to find the right API to do it.
Thanks in advance, Boris
