⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonC
Overview
Issues
Calendar
Blog
Forums
Files
Download (298 Bytes)
Question on apply_templates_returning_file
» apply_templates_returning_file_test1.py
Martin Honnen
, 2019-10-31 12:23
import
saxonc
with
saxonc
.
PySaxonProcessor
()
as
proc
:
print
(
proc
.
version
)
xslt30_processor
=
proc
.
new_xslt30_processor
()
xslt30_processor
.
apply_templates_returning_file
(
source_file
=
"input-sample1.xml"
,
stylesheet_file
=
"identity.xsl"
,
output_file
=
"output_file_test1.xml"
)
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...