XML Schematics - mattkgross/notecards GitHub Wiki

Below is the general outline for the XML format of a cardfile.

<cardfile>
This must be included in order to let the parser know that the format of the XML is compliant with the cardfile format outlined below.

<card>
Specifies the start of a new card.

<title>
The title of a card.

<number>
The number of the card.

<content>
The text within the card.

Sample XML File

<cardfile>
    <card>
        <title>Roast Beef Recipe</title>
        <number>1</number>
        <content>Roast the beef.</content>
    </card>
    <card>
        <title>Conrad's Passwords</title>
        <number>2</number>
        <content>com3@tmebro</content>
    </card>
</cardfile>
⚠️ **GitHub.com Fallback** ⚠️