search for: starttag

Displaying 4 results from an estimated 4 matches for "starttag".

Did you mean: start_tag
2009 Oct 01
1
[PATCH] inspector: Don't bomb if no kernels detected.
...18 insertions(+), 16 deletions(-) diff --git a/inspector/virt-inspector b/inspector/virt-inspector index 86b1795..dc8847f 100755 --- a/inspector/virt-inspector +++ b/inspector/virt-inspector @@ -550,23 +550,25 @@ sub output_xml_os $xml->endTag("boot"); } - $xml->startTag("kernels"); - my @kernels = @{$os->{kernels}}; - foreach (@kernels) { - $xml->startTag("kernel", - "version" => $_->{version}, - "arch" => $_->{arch}); - $xml->startTag(&quot...
2010 Aug 11
1
odfWeave Issue.
...le = "~/Documents/Squirrel.odf" > outFile = "~/Documents/ Squirrel Out.odt" > inFile = "~/Documents/Squirrel.odt" > odfWeave (inFile, outFile) But when I do this I get these errors at the end and the output file does not appear: Post-processing the contents StartTag: invalid element name error parsing attribute name attributes construct error Couldn't find end of Start Tag echo line 137 Error: 1: StartTag: invalid element name 2: error parsing attribute name 3: attributes construct error 4: Couldn't find end of Start Tag echo line 137 What does this m...
2009 Aug 03
1
[REPOST] Use grub entries to find Linux kernels
This is a repost of the patch I sent on Friday. I know it was already ACK'd, but I've changed a fair bit in addition to adding the requested POD. Specifically: I discovered that augeas's grub lens wasn't returning cmdline the way I expected. This is fixed. The kernel package, if known, is output as a property of the kernel. The XML output of virt-inspector is updated with all
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...filesystems"); if (exists $os->{modprobe_aliases}) { - my %aliases = %{$os->{modprobe_aliases}}; - my @keys = sort keys %aliases; - if (@keys) { + my %aliases = %{$os->{modprobe_aliases}}; + my @keys = sort keys %aliases; + if (@keys) { $xml->startTag("modprobealiases"); - foreach (@keys) { + foreach (@keys) { $xml->startTag("alias", "device" => $_); foreach my $field ( [ "modulename" => "modulename" ], @@ -500,24 +500,24 @@ sub output_xm...