"Fred Eisele" <[EMAIL PROTECTED]> writes: > > Hi, > > > > I'm interested in developing a script to automatically generate POD > > documentation for XML::Xerces. What I was thinking of doing is using > > doxygen to generate XML, then writing a stylesheet to > > transform the XML > > into POD. We could put in a SAX handler to convert the C++ > > code snippets > > to Perl code. > > Given that there is a large amount of documentation for the Xerces API. > I presume that you are not planning on putting the POD in the > XML::Xerces.pm (and friends) source?
It wouldn't make much difference - the POD is ignored when loading the source. It is possible to keep it seperate as well. Most likely it would be simplest to keep it separate. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
