Difference between revisions of "CSC352 Project 2"
Line 214: | Line 214: | ||
In general, the page will have several sections, coded in XML, and always in the same order: | In general, the page will have several sections, coded in XML, and always in the same order: | ||
− | * the title, in <title> tags, | + | * the title, in '''<title>''' tags, |
− | * the contributor, in <contributor> tag, | + | * the contributor, in '''<contributor>''' tag, |
− | * the categories the page belongs to, in <categories> and <cat> tags, | + | * the categories the page belongs to, in '''<categories>''' and '''<cat>''' tags, |
− | * the links to other wikipedia pages the page contains, in <pagelinks> and <page> tags, | + | * the links to other wikipedia pages the page contains, in '''<pagelinks>''' and '''<page>''' tags, |
− | * the text of the page, with all the html and wiki tags removed, between <text> tags. | + | * the text of the page, with all the html and wiki tags removed, between '''<text>''' tags. |
</onlysmith> | </onlysmith> |
Revision as of 22:10, 23 February 2010
This project is currently under construction...