newstats XSL broken?
    Jan-Piet Mens 
    jpmens.dns at gmail.com
       
    Sun Feb  3 12:32:19 UTC 2013
    
    
  
Evan,
On Sat Jan 26 2013 at 03:51:17 CET, Evan Hunt wrote:
> I'd love it if you'd try it, actually, find out how hard it is to modify
> your tools to use the new schema, and send feedback.
I think the XSL is broken (see attached patch), at least Chrome & Safari
say the document is empty and Firefox shows a bunch of '0' ... 
        -JP
-------------- next part --------------
*** bind9.xsl.orig	2013-02-03 13:26:48.000000000 +0100
--- bind9.xsl	2013-02-03 13:26:51.000000000 +0100
***************
*** 20,26 ****
  <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns="http://www.w3.org/1999/xhtml">
!  <xsl:template>
   <html>
   <head>
   <style type="text/css">
--- 20,26 ----
  <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns="http://www.w3.org/1999/xhtml">
!  <xsl:template match="statistics">
   <html>
   <head>
   <style type="text/css">
    
    
More information about the bind-users
mailing list