Author: wikier
Date: Wed Apr 24 07:36:12 2013
New Revision: 1471276
URL: http://svn.apache.org/r1471276
Log:
fixed html scaping on the example
Modified:
incubator/marmotta/site/trunk/content/markdown/ldpath/template.md
Modified: incubator/marmotta/site/trunk/content/markdown/ldpath/template.md
URL:
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/ldpath/template.md?rev=1471276&r1=1471275&r2=1471276&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/ldpath/template.md (original)
+++ incubator/marmotta/site/trunk/content/markdown/ldpath/template.md Wed Apr
24 07:36:12 2013
@@ -12,27 +12,27 @@ This is the basic Java code you may need
## Template example
- <@namespace rdfs="http://www.w3.org/2000/01/rdf-schema#" />
- <html>
- <head>
- <title><@ldpath path="rdfs:label[@en]"/></title>
- </head>
-
- <body>
- <h1><@ldpath path="rdfs:label[@en]"/></h1>
-
- <p>
- <@ldpath path="rdfs:comment[@en]"/>
- </p>
-
- <ul>
- <@ldpath path="fn:sort(rdf:type)">
- <#if evalLDPath("rdfs:label[@en] :: xsd:string")??>
- <li><@ldpath path="rdfs:label[@en] ::
xsd:string"/></li>
- </#if>
- </@ldpath>
- </ul>
- </body>
+ <@namespace rdfs="http://www.w3.org/2000/01/rdf-schema#" />
+ <html>
+ <head>
+ <title><@ldpath path="rdfs:label[@en]"/></title>
+ </head>
+
+ <body>
+ <h1><@ldpath path="rdfs:label[@en]"/></h1>
+
+ <p>
+ <@ldpath path="rdfs:comment[@en]"/>
+ </p>
+
+ <ul>
+ <@ldpath path="fn:sort(rdf:type)">
+ <#if evalLDPath("rdfs:label[@en] :: xsd:string")??>
+ <li><@ldpath path="rdfs:label[@en] ::
xsd:string"/></li>
+ </#if>
+ </@ldpath>
+ </ul>
+ </body>
- </html>
+ </html>