diff options
| author | John Conway <john.a.conway@gmail.com> | 2019-05-10 14:05:50 +0100 |
|---|---|---|
| committer | John Conway <john.a.conway@gmail.com> | 2019-05-10 14:05:50 +0100 |
| commit | 95b0ced45b37fe0d6604e0abd5312845c5f4cb40 (patch) | |
| tree | 6d5c74d38428c7c7d857fdaaaa06ddd4a7730c18 | |
| parent | 36df49cdb9f6383ac2b08909489dcb0665bb2418 (diff) | |
| download | feed-nim-95b0ced45b37fe0d6604e0abd5312845c5f4cb40.tar.gz feed-nim-95b0ced45b37fe0d6604e0abd5312845c5f4cb40.zip | |
Formatting
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -32,15 +32,15 @@ feed.title # Will hold the title There are some exeptions, elements that can be repeated accorting to the specifications are pluralised as follows: -*RSS*: `<item>` -> accessed as '`.items[index]`' -*RSS and Atom*: `<category>` -> '`.categories[index]`' -*Atom*: `<entry>` -> accessed as '`.entries[index]`' -*Atom*: `<author>` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence) +*RSS*: `<item>` -> accessed as '`.items[index]`'<br> +*RSS and Atom*: `<category>` -> '`.categories[index]`'<br> +*Atom*: `<entry>` -> accessed as '`.entries[index]`'<br> +*Atom*: `<author>` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence)<br> *Atom*: `<contributor>` -> accessed as '`.contributors[index]`' (again, calling this singular will return the first in the sequence) Some Atom nodes have the Nim keyword 'type' as an attribute. These have been changed as follows. -`<link type="">` type is accesed with linkType +`<link type="">` type is accesed with linkType<br> `<content type="">, <title type="">, and <subtitle type="">` types are accesed with textType ### Limitations |
