⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Agiles Projektmanagement einrichten
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
Agiles Projektmanagement einrichten
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
Saxon-CE
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Download (520 Bytes)
Trying to convert SVG to JSON
» svg2json-saxnct2.html
arniwarp Sklinb
, 2017-06-15 16:14
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Svg to json with svg2json.xsl using Saxon-CE
</title>
<script
type=
"text/javascript"
language=
"javascript"
src=
"Saxon-CE_1.1/SaxonceDebug/Saxonce.nocache.js"
></script>
<script>
var
onSaxonLoad
=
function
()
{
var
xml
=
Saxon
.
requestXML
(
"
test_flyout.svg
"
);
var
xsl
=
Saxon
.
requestXML
(
"
svgt2json.xsl
"
);
var
proc
=
Saxon
.
newXSLT20Processor
(
xsl
);
proc
.
updateHTMLDocument
(
xml
);
};
</script>
</head>
<body>
</body>
</html>
« Previous
1
2
3
Next »
(1-1/3)
Loading...