4.12.1.7 :: WAPL

Description


The <waplChunk> allows you to include other external WAPL pages in your page layout.

Quick Example


  1.  <?xml version="1.0" encoding="UTF-8" ?>
  2.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  3.   <layout>
  4.   <waplChunk>
  5.   <url>http://wapl.info/files/examples/chunks/rss.xml</url>
  6.   </waplChunk>
  7.   </layout>
  8.  </wapl>

Child Elements


url


The URL of the external WAPL page. Note that this must be a complete valid page, including the xml declaration.

Contents