XML(-ish) output?
Frank Ch. Eigler
fche@redhat.com
Mon Oct 1 14:30:00 GMT 2012
Albretch Mueller <lbrtchx@gmail.com> writes:
> I couldn't find any reference to generating output files as XML
> documents in sourceware's documentation per se [...]
One can do so from first principles:
probe FOO {
printf("<tag attrib=\"foo\">\n");
printf("<bar/>\n");
printf("</tag>\n");
}
How much deeper support for xml generation were you hoping for?
Quoting of some sort?
- FChE
More information about the Systemtap
mailing list