I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-10-03 17:42:20-07 by mlcohen
master document
I'm trying to use a master document now, with several tables scattered across several documents, each of which are included in the master document. I'm exploring the low-level xml material now, trying to figure out how to extract the names of all the included documents. I haven't seen any other way. Is there a better way?

Thanks, Matt
Direct Responses: 1134 | Write a response
Posted on 2005-10-06 20:47:24-07 by mlcohen in response to 1113
Re: master document
It seems that it's pretty easy to do this with the getElementList and getAttribute functions, but you need to poke around in the xml a bit to see just how to do this.

Thanks,
Matt
Direct Responses: Write a response