Smack/smack-extensions/src/test/resources/org/jivesoftware/smackx/xdatalayout/packet/xdata-layout-sample.xml

15 lines
634 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<x xmlns='jabber:x:data' type='form'>
<page xmlns='http://jabber.org/protocol/xdata-layout' label='Label - &amp; é á '>
<fieldref var='testField1' />
<section label='section Label - &amp; é á '>
<text>SectionText - &amp; é á </text>
</section>
<text>PageText - &amp; é á </text>
<section
label='&lt;html>Number of Persons by&lt;br/> Nationality and Status&lt;/html>'>
<reportedref />
</section>
<text><![CDATA[<html><font color='red'><em>DO NOT DELAY</em></font><br/>supply further information</html>]]></text>
</page>
</x>