mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 17:30:47 +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:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:fmp="http://www.filemaker.com/fmpxmlresult">
|
xmlns:fmp="http://www.filemaker.com/fmpxmlresult">
|
||||||
|
|
||||||
<xsl:output method="text" encoding="CP1252"/>
|
<xsl:output method="text" encoding="windows-1252"/>
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
|
|
||||||
<xsl:for-each select="/fmp:FMPXMLRESULT/fmp:RESULTSET/fmp:ROW">
|
<xsl:for-each select="/fmp:FMPXMLRESULT/fmp:RESULTSET/fmp:ROW">
|
||||||
|
|||||||
Reference in New Issue
Block a user