⚲
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
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (972 Bytes)
Bug #4658
» demo-repeat.html
O'Neil Delpratt
, 2020-07-28 08:57
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Repeat | XForms demo
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
type=
"text/css"
/>
<script
src=
"../Saxon-JS2/SaxonJS2.js"
></script>
<script>
window
.
onload
=
function
()
{
SaxonJS
.
transform
({
"
stylesheetLocation
"
:
"
saxon-xforms.sef.json
"
,
"
sourceLocation
"
:
"
xml/demo-repeat-xform.xml
"
,
})
}
</script>
</head>
<body>
<h1
id=
"title"
>
XForms demo: repeat
</h1>
<div
class=
"demo-description"
>
<p>
This page demonstrates:
</p>
<ul>
<li>
Display of a data set as a list (Xforms
<a
href=
"https://www.w3.org/TR/xforms11/#ui-repeat"
class=
"xforms-spec-link"
>
<
repeat
>
</a>
)
</li>
</ul>
</div>
<div
id=
"xForm"
></div>
</body>
</html>
« Previous
1
2
3
Next »
(2-2/3)
Loading...