⚲
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 (369 Bytes)
Bug #5938
» saxon-compile-xslt-with-prot-restr1.py
Martin Honnen
, 2023-03-24 11:10
from
saxonche
import
*
with
PySaxonProcessor
(
license
=
False
)
as
proc
:
print
(
proc
.
version
)
proc
.
set_configuration_property
(
'http://saxon.sf.net/feature/allowedProtocols'
,
'http,https'
)
xslt30_processor
=
proc
.
new_xslt30_processor
()
xslt30_executable
=
xslt30_processor
.
compile_stylesheet
(
stylesheet_file
=
'identity1.xsl'
)
print
(
xslt30_executable
)
« Previous
1
2
Next »
(1-1/2)
Loading...