Hello, on Donnerstag, 8. März 2007, Thomas Schraitle wrote:
On Donnerstag, 8. März 2007, Christian Boltz wrote:
In short: I have written a xsl file that filters the output of zypp-checkpatches-wrapper to send an update notification mail to root.
It basically works, however I have some problems with the whitespace.
Basically, it is a good idea to use xsl:text and xsl:strip-space and/or xsl:preserve-space. Especially if you want exact control of your whitespace. It can be a bit tricky to find the correct combination though. :)
"a bit"?!? ;-)
I'd like to have [...] Can someone help me with these issues?
See the attached XSLT file. It gives me the following output: [...]
That looks much better, thanks. And I even understand what you do ;-) so I could make some more modifications. I now get the following result which looks how I want it: # xsltproc patch2mail_ts_cb.xsl zypp.xml |grep -v __TOTAL *** ERROR *** Some error during calculation happened *** ERROR *** Another error Update sources: - ftp.gwdg.de (http://ftp.gwdg.de/pub/suse/update/10.1) - irgendwo (http://ftp.irgendwo.de) === java-1_5_0-sun - Patch 1438-0 (security) === SUN Java packages prior 1.5.0 update 7 allow DOS. Sun Java Runtime Environment (JRE) 1.5.0_6 and earlier, JDK 1.5.0_6 and earlier, and SDK 1.5.0_6 and earlier allows remote attackers to cause a denial of service (disk consumption) by using the Font.createFont function to create temporary files of arbitrary size in the %temp% directory (CVE-2006-2426). === java-1_5_0-sun - Patch 1438-0 (security) === SUN Java packages prior 1.5.0 update 7 allow DOS. Sun Java Runtime Environment (JRE) 1.5.0_6 and earlier, JDK 1.5.0_6 and earlier, and SDK 1.5.0_6 and earlier allows remote attackers to cause a denial of service (disk consumption) by using the Font.createFont function to create temporary files of arbitrary size in the %temp% directory (CVE-2006-2426). -------------------------------------------------------- Total: 2 updates (2 security) Thanks for your help! My updated xslt file is attached to this mail (also tested with no errors, no available updates and available updates without errors). I'll post this to opensuse-factory in the next days also - maybe it's something that might be interesting for 10.3... Regards, Christian Boltz, again searching for a xsl-sig ;-) -- Eine "Sprache", in der man <xsl:call-template name="foo"> <xsl:with-param name="arg">blubber</xsl:with-param> </xsl:call-template> schreiben muß, wo jeder andere foo(blubber) schreibt, *muß* irgendwie ein Erfolg werden. Jedenfalls für Festplatten- und Speicherverkäufer. [Stefan Reuther]