Skip to content

Commit

Permalink
improved docs by removing extra stuff and focusing on essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Feb 18, 2011
1 parent f8ad74e commit 2a189fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -129,11 +129,6 @@ This is not the actual test that we run (you can see a list of those in test/ind
Hash : { "car": "bmw"}
Output : <div>bmw</div>

#### ✔ Variables with embedded XQuery
Template : {{x}}
Hash : { "x": ( xs:integer(4) + 5 ) * 2 }
Output : <div>18</div>

#### ✔ Unescaped Variables
Template : {{company}} {{{company}}}
Hash : { "company": "<b>MarkLogic</b>" }
Expand Down Expand Up @@ -167,6 +162,11 @@ This is not the actual test that we run (you can see a list of those in test/ind

### Add-Ons

#### ✔ Variables with embedded XQuery
Template : {{x}}
Hash : { "x": ( xs:integer(4) + 5 ) * 2 }
Output : <div>18</div>

#### ✔ Dot Notation
Template :{{person.name.first}}
Hash :{ "person": { "name": { "first": "Eric" } } }
Expand Down

0 comments on commit 2a189fa

Please sign in to comment.