<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pdf SYSTEM "%resources%/dtd/doctype.dtd">
<pdf>
    <dynamic-page>
        <a href="http://google.com">go to google.com</a>
        <br />
        <a ref="some-id">go to another tag</a>
        <img src="dir:zend.jpg" float="left" width="130px" ref="some-id"></img>
        <page-break />
        <p id="some-id">Yep, this is another tag!</p>
    </dynamic-page>
</pdf>