Skip Menu |

This queue is for tickets about the XML-Parser-Wrapper CPAN distribution.

Report information
The Basics
Id: 57142
Status: resolved
Priority: 0/
Queue: XML-Parser-Wrapper

People
Owner: dowens [...] cpan.org
Requestors: erwan [...] mas.nom.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DocType
Date: Sun, 2 May 2010 14:30:32 +0200
To: bug-XML-Parser-Wrapper [...] rt.cpan.org
From: Erwan MAS <erwan [...] mas.nom.fr>
Hello , I use this module to parse some xml data , and respond to a client . In my application , i must send the same doctype that i had in my xml . Currently i must parse the xml data to find the doctype :-( A new method in class XML-Parser-Wrapper , that giving the current doctype , will be more powerful Thanks -- Show quoted text
____________________________________________________________ / Erwan MAS /\ | mailto:erwan@mas.nom.fr |_/ ___|________________________________________________________ | \___________________________________________________________\__/
I'm adding this in version 0.14, which will hopefully get released this weekend. ./don On Sun May 02 08:31:43 2010, erwan@mas.nom.fr wrote: Show quoted text
> Hello , > > I use this module to parse some xml data , and respond to a client . > In my application , i must send the same doctype that i had in my xml > . > > Currently i must parse the xml data to find the doctype :-( > > A new method in class XML-Parser-Wrapper , that giving the current > doctype , will be > more powerful > > > Thanks
Version 0.14 uploaded to CPAN with addition. http://www.cpan.org/authors/id/D/DO/DOWENS/XML-Parser-Wrapper-0.14.tar.gz I've added to new methods, get_xml_decl(), and get_doctype(). See the POD for details.