org.opencms.xml.page.xmlpage-3.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-test Show documentation
Show all versions of opencms-test Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
<?xml version="1.0" encoding="UTF-8"?> <pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/dtd/6.0/xmlpage.xsd"> <page language="en"> <element name="body"> <links> <link name="link0" type="IMG" internal="true"> <target><![CDATA[/sites/default/folder1/image2.gif]]></target> <anchor><![CDATA[test]]></anchor> <query><![CDATA[param=1¶m2=2]]></query> </link> </links> <content><![CDATA[English! Image <img src="${link0}" />]]></content> </element> </page> </pages>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy