1
PHP 응용 프로그램에서 xform을로드하려고합니다. 이 코드를 PHP 뷰 파일에 넣었을 때 UI에 제출 단추가 표시되지 않습니다. PHP 응용 프로그램에서 xform xml을로드하는 방법은 무엇입니까?xforms을 PHP로로드하십시오.
<h:html xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/2002/xforms">
<h:head>
<h:title>Search</h:title>
<model>
<submission action="http://example.com/search"
method="post" id="s"/>
</model>
</h:head>
<h:body>
<h:p>
<input ref="q"><label>Find</label></input>
<submit submission="s"><label>Go</label></submit>
</h:p>
</h:body>
</h:html>