<?xml version="1.0" ?>
<!--  RSS generated by Shaiva Yoga Ashram Journal -->
<rss version="2.0">
<!--<!DOCTYPE SHAIVA YOGA ASHRAM JOURNAL [-->
<!-- open the DOCTYPE declaration - the open square bracket indicates an internal DTD -->
<!-- define the internal DTD -->
<!--<!ELEMENT item (title | link | guid | description)*>-->
<!-- The item element can contain any combination of <title>, <link>, <guid>, or <description> elements as long as there is no more than one of each. A pipe (|) Separates the items in a choice group of alternatives. An asterisk (*) indicates that a child element can appear any number of times. This is an element-only element that contains nothing but child elements. In other words, no text content is stored within an element-only element. It is known as the element's content model. The content model is specified using a combination of special element declaration symbols and child element names as above. Within the content model, child elements are grouped into sequences or choice groups using parentheses (()). Thus, the first child element is <title>, which must appear exactly once within the item element; this is because no symbols are used with it. The next child element is <link>, the next is guid, and the last is <description>, and all of these must also appear exactly once. However, the item element can appear any number of times as indicated by the asterisk outside the parentheses. This is because an RSS feed can have any number of items nowadays. -->
<!--<!ELEMENT title (#PCDATA)>-->
<!--<!ELEMENT link (#PCDATA)>-->
<!--<!ELEMENT guid (#PCDATA)>-->
<!--<!ELEMENT description (#PCDATA)>-->
<!-- Mixed elements are elements that contain both character data (text) and child elements. The simplest mixed element is also known as a text-only element because it contains only character data. The content model for text-only elements consists solely of the symbol #PCDATA contained within parentheses, which indicates that an element contains Parsed Character DATA. The alternative to PCDATA is CDATA (Character DATA), which is text that is not processed by an XML application or parsed. Thus, the <title>, <link>, <guid>, and <description> elements are all defined as text-only elements. -->
<!-- close the DOCTYPE declaration -->
      <!--]>-->

<channel><!-- a channel contains elements that represent metadata about the channel such as a <title>, <link>, <guid>, and <description>. It is equivalent to the root element required of an XML document.-->
    <title>Shaiva Yoga Ashram Journal</title>
    <link>http://www.shrikali.org</link>
    <description>Latest Journal Content</description>
    <language>en-us</language>
    <copyright>Copyright 2006 Bhagavan Shri Shanmukha Anantha Natha and Shri Ma Kristina Baird</copyright>

    <item><!-- an item must contain either a <title> or a <description> -->
    <title>Orientology</title>
    <description>A Criticism of Orientology exemplified by Andre Padoux's 1964 Thesis on "Vac: The Concept of the Word in Selected Hindu Tantras" (forthcoming)</description>
    <guid>http://www.shrikali.org/orientology.php</guid><!-- a guid is a permanent link uniquely tied to the item -->
    </item>
</channel>
</rss>





