Re: Problem printing double quotes in XML using XML::DOM

2013-11-30 Thread Brian Fraser
On Sun, Dec 1, 2013 at 7:28 AM, Shaji Kalidasan wrote: > Dear Shlomi, > > I tried to install https://metacpan.org/release/XML-LibXML in my windows > setup (using Strawberry Perl 5.18.1 on Windows 7) but it failed. Please > suggest where am I going wrong? > > Here is the output from console (comman

Re: Problem printing double quotes in XML using XML::DOM

2013-11-30 Thread Shaji Kalidasan
Dear Shlomi, I tried to install https://metacpan.org/release/XML-LibXML in my windows setup (using Strawberry Perl 5.18.1 on Windows 7) but it failed. Please suggest where am I going wrong? Here is the output from console (command prompt) C:\demo>cpanm XML::LibXML --> Working on XML::LibXML Fe

Re: Problem printing double quotes in XML using XML::DOM

2013-11-29 Thread Shaji Kalidasan
Dear Shlomi, I want the XML output to include double quotes instead of ".  Example:- In the following code snippet $test_method->setAttribute("name","\"$count.$attribute_act\" duration-ms=\"0\" started-at=\"0\""); I want the output (XML) to be duration-ms="0" started-at="0" One more issue

Re: Problem printing double quotes in XML using XML::DOM

2013-11-29 Thread Shlomi Fish
Hello Shaji, On Fri, 29 Nov 2013 13:32:49 +0800 (SGT) Shaji Kalidasan wrote: > Dear Perlers, > > I am trying to print double quotes in the output (output.xml) but it is > printing " instead of "". How can I include double quotes "" in the > output. Please help. > In XML, «"» is an XML entity