Skip to content

feat: add XSLT to convert to Markdown#157

Open
PeterMosmans wants to merge 1 commit into
mainfrom
markdown
Open

feat: add XSLT to convert to Markdown#157
PeterMosmans wants to merge 1 commit into
mainfrom
markdown

Conversation

@PeterMosmans

Copy link
Copy Markdown
Contributor

These XSLT files convert a report into Markdown format. Note that the Makefile hasn't been touched, as that's a pretty old vanilla one.
Example to create a target/report.md:

# Create Markdown from XML
$(TARGET)/%.md: source/%.xml $(SOURCE) $(TARGET)
	@$(JAVA) -jar saxon.jar \
	net.sf.saxon.Transform \
	     -s:source/report.xml \
	     -xsl:"xslt/generate_md_$*.xsl" \
	     -xi > "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant