Adding CDATA to the XML examples

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
misty 2010-08-16 06:39:11 +00:00
parent c4e630364a
commit 1ec99eab12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<![CDATA[
<hibernate-mapping package="org.hibernate.tutorial.native">
<class name="Event" table="EVENTS">
@ -9,3 +10,4 @@
</class>
</hibernate-mapping>
]]>

View File

@ -1,3 +1,4 @@
<![CDATA[
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@ -45,4 +46,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</dependency>
</dependencies>
</project>
</project>
]]>