medic-enketo-xslt
Version:
XSL stylesheets for the Enketo XForm transformation to be run client-side in a web browser
41 lines (37 loc) • 1.36 kB
text/xml
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:head>
<h:title>Markdown demo</h:title>
<model>
<instance>
<markdown id="MARKDOWN" version="2015-07-13 00:00:00">
<display_edd/>
</markdown>
</instance>
<bind nodeset="/pregnancy/display_edd" readonly="true()" type="string"/>
</model>
</h:head>
<h:body>
<input ref="/pregnancy/display_edd">
<label>**The estimated delivery date is**
<table> <thead> <tr> <td>col1</td> <td>col2</td> </tr> </thead> <tdata> <tr> <td>val1.1</td> <td>val1.2</td> </tr> <tr> <td>val2.1</td> <td>val2.2</td> </tr> </tdata> </table>
**Remind woman to**
1. Take Iron Folate daily
2. Attend regular ANC visits
...
**b**
__b__
**Bold stars**
__Bold underscores__
**a bold sentence with an * in it**
__a bold sentence with an _ in it__
*i*
_i_
*Italic stars*
_Italic underscores_
_a bold sentence with an _ in it_
*a bold sentence with an * in it*
</label>
</input>
</h:body>
</h:html>