Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BI-XML_semestralni_prace
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Svoboda
BI-XML_semestralni_prace
Commits
25eca85e
Commit
25eca85e
authored
Jun 29, 2020
by
Adam Svoboda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing html output
parent
0274d90c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pdf-transformation.xsl
pdf-transformation.xsl
+1
-1
xhtml-transformation.xsl
xhtml-transformation.xsl
+5
-1
No files found.
pdf-transformation.xsl
View file @
25eca85e
...
...
@@ -3,7 +3,7 @@
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:fo=
"http://www.w3.org/1999/XSL/Format"
>
<xsl:output
method=
"xml"
indent=
"yes"
/>
<xsl:template
match=
"/"
>
<xsl:template
match=
"/
countries
"
>
<fo:root
xmlns:fo=
"http://www.w3.org/1999/XSL/Format"
>
<fo:layout-master-set>
...
...
xhtml-transformation.xsl
View file @
25eca85e
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
<xsl:template
match=
"
/
"
>
<xsl:template
match=
"
country
"
>
<html>
<head>
...
...
@@ -558,4 +558,8 @@
</html>
</xsl:template>
<xsl:template
match=
"/countries"
>
<xsl:apply-templates
select=
"country"
/>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment