var products = [
  { name: "Other" },
  null,
  { name: "SVG 1.1 Specification",
    // tocSource: "http://www.w3.org/TR/SVG11/expanded-toc.html",
    tocSource: "svg11-toc.html",
    chaptersXPath: "/*/h:body/h:div[@class='head']/h:ul[2]/*/h:a | /*/h:body/h:div[@class='head']/h:ul[2]/*/h:p/h:a",
    sectionsXPath: "following::h:ul[1]//h:a"
  },
  { name: "SVG 1.1 Test Suite" },
  { name: "SVG Tiny 1.2 Specification",
    tocSource: "svgt12-toc.html",
    chaptersXPath: "/*/h:body/h:ul/h:li",
    chapterTitleXPath: "concat(text(), h:a)",
    sectionsXPath: "h:ul//h:li",
    sectionTitleXPath: "concat(text(), h:a)"
  },
  { name: "SVG Tiny 1.2 Test Suite" },
  { name: "SVG Core 2.0 Specification" },
  { name: "SVG Core 2.0 Test Suite" },
  null,
  { name: "SVG Filter Requirements",
    tocSource: "svgfilterreq.html",
    sectionsXPath: "//h:ul[@class='toc'][1]/h:li"
  },
  { name: "SVG Filters 1.2, Part 1: Primer",
    tocSource: "svgfiltersprimer.html",
    sectionsXPath: "//h:ul[@class='toc'][1]/h:li"
  },
  { name: "SVG Filters 1.2, Part 2: Language",
    tocSource: "svgfilterslang.html",
    sectionsXPath: "//h:ul[@class='toc'][1]/h:li",
    sectionTitleXPath: "concat(text(), h:a)"
  }
];

