mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Update SRT.xsl
Changed "encoding" attribute to something that should work better.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user