~wgrant/openlp/openlyrics_test

« back to all changes in this revision

Viewing changes to testing/resources/songs/openlyrics_plain.xml

  • Committer: Martin Zibricky
  • Date: 2011-09-21 22:40:04 UTC
  • Revision ID: mzibr.public@gmail.com-20110921224004-i4xfw6ryfkxothm3
Added more openlyrics xml examples for testing parsing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf-8'?>
 
2
<song xmlns="http://openlyrics.info/namespace/2009/song" version="0.8" createdIn="OpenLP 1.9.5" modifiedIn="OpenLP 1.9.5" modifiedDate="2011-09-06T20:49:59">
 
3
  <properties>
 
4
    <titles>
 
5
      <title>Jezu Kriste, štědrý kněže</title>
 
6
    </titles>
 
7
    <authors>
 
8
      <author>M. Jan Hus</author>
 
9
    </authors>
 
10
    <songbooks>
 
11
      <songbook name="Jistebnický kancionál"/>
 
12
    </songbooks>
 
13
  </properties>
 
14
  <lyrics>
 
15
    <verse name="v1">
 
16
      <lines>Jezu Kriste, štědrý kněže,<br/>s Otcem, Duchem jeden Bože,<br/>štědrost Tvá je naše zboží,<br/>z Tvé milosti.</lines>
 
17
    </verse>
 
18
    <verse name="v2">
 
19
      <lines>Ty jsi v světě, bydlil s námi,<br/>Tvé tělo trpělo rány<br/>za nás za hříšné křesťany,<br/>z Tvé milosti.</lines>
 
20
    </verse>
 
21
  </lyrics>
 
22
</song>