source: documentViewer/zpt/page_main_xml.zpt @ 118:18716d722f47

Last change on this file since 118:18716d722f47 was 98:59677e4e0840, checked in by abukhman, 14 years ago

XML mode

File size: 239 bytes
Line 
1<tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)">
2  <div tal:content="structure python:here.getTextPage(mode='xml',pn=pageinfo['current'],docinfo=docinfo)"></div>
3</tal:block>
Note: See TracBrowser for help on using the repository browser.