Does anyone have any experience extracts specific tags of an xml file?
I need to extract the <servlet> and <servlet-mapping> tags from my web.xml so that I can feed those into XDoclet WebDoclet so that I can generate a web.xml file while still preserving existing servlets. Is there a known Maven plugin (or perhaps one in Ant I can wrap into Maven) to do this? Perhaps someone knows of a simple perl script to do this?
-Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
