Skip to content

Instantly share code, notes, and snippets.

View michalradacz's full-sized avatar
💭
Working

Michal Rada michalradacz

💭
Working
  • Prague, Czechia
  • X @Michalrada
View GitHub Profile
@michalradacz
michalradacz / tabulky.xsl
Last active February 18, 2020 20:11
XSLT schéma generování tabulkové dokumentace z archimate modelu
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<style>
body {
font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}