Search found 2 matches
- Fri Jun 07, 2019 7:03 pm
- Forum: Common Problems
- Topic: Missing File Template
- Replies: 1
- Views: 162
Missing File Template
Hello, I'm looking for the file template "XSLT Stylesheets for JSON". Based on documentation I've seen, I would expect this to appear under "Framework templates". However, I do not have this option available (see screenshots). Any help would be greatly appreciated. *Update* - It does not look like t...
- Fri Jun 07, 2019 5:43 pm
- Forum: XSLT and FOP
- Topic: How to use a template named xsl:initial-template with XSLT 3.0 and oXygen 19
- Replies: 5
- Views: 2528
Re: How to use a template named xsl:initial-template with XSLT 3.0 and oXygen 19
Hi, I have this in my stylesheet: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:math="http://www.w3.org/2005/xpath-functions/math" exclude-result-prefixes="xs math" version="3.0"> <xsl:templat...