Update SRT.xsl

Changed "encoding" attribute to something that should work better.
This commit is contained in:
Jamie Hardt
2020-05-17 13:52:01 -07:00
parent 69491d98d7
commit 1903e2a1f9

View File

@@ -3,7 +3,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fmp="http://www.filemaker.com/fmpxmlresult">
<xsl:output method="text" encoding="CP1252"/>
<xsl:output method="text" encoding="windows-1252"/>
<xsl:template match="/">
<xsl:for-each select="/fmp:FMPXMLRESULT/fmp:RESULTSET/fmp:ROW">