XML-Twig - Re: Modify a compex XML documaent with XML::Twig

Posted on Sat Jun 23 17:29:23 2007 by dbmathis in response to 5515 (See the whole thread of 4)
Re: Modify a compex XML documaent with XML::Twig
Hi mirod,

Thank you for the information! After looking over the code example, it seems to be very natural and makes perfect sense. I should be able to use this to learn.

One more question. I notice you are using a regular expression to identify what part of the response should be substituted. I am planning on writing a function to truncate that response to 1000 characters, so is there a way I can just specify the entire value within the response cdata tags so that I can pass it into a function and truncate it?

Write a response