Thanks Shawn for replying. I should have clarified. I am trying to
parse an xml file that is hand edited and at times it contains
duplicates (same entry twice) - due to bad cut and paste. I would like
to find a way to display these duplicates.
--
To unsubscribe, e-mail: beginners-unsubscr...@per
sub wrote:
> Hi,
>
> When can I use perl xml simple to find duplicates in a xml file ? It
> seems to remove the duplicates everytime I use it.
What do you mean by duplicates? The definition of XML states that there
can one be one of each attribute for each element, and each element can
have only
Joe,
Try XML::Writer
Chuck
[EMAIL PROTECTED] wrote:
I'm beginning my studies of XML and am looking for a Perl module(s) that
allows me to be able to dynamically generate the XML along with any data
and display it on the fly, as I now do with HTML. What I've seen so far
seems to require writing
On 28 Aug 2003 07:13:38 -0500, Joe Mecklin <[EMAIL PROTECTED]> wrote:
> I'm beginning my studies of XML and am looking for a Perl module(s) that
> allows me to be able to dynamically generate the XML along with any data
> and display it on the fly,