moogle1979
Technical User
I am trying to get the Doctype fixed and I keep receving the error, "Content model of element 'subsection' Def > disallows element 'chakra' at this position"
with details saying, "VC: Element Valid:Content model of element 'subsection' Def > disallows element 'chakra' at this position"
But I check my XML coding all over and I see no errors, can someone help me? I am posting the xml document
XML coding
with details saying, "VC: Element Valid:Content model of element 'subsection' Def > disallows element 'chakra' at this position"
But I check my XML coding all over and I see no errors, can someone help me? I am posting the xml document
XML coding
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Document Type Declaration follows -->
<!DOCTYPE book [
<!ELEMENT book (bookdetails, bookdescription)>
<!ELEMENT bookdetails (title, author, copyright, publisher, isbn, pages)>
<!ELEMENT bookdescription (notechapter, purpose, introchapter, part+)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT copyright (#PCDATA)>
<!ELEMENT publisher (#PCDATA)>
<!ELEMENT isbn (#PCDATA)>
<!ELEMENT pages (#PCDATA)>
<!ELEMENT notechapter (#PCDATA)>
<!ELEMENT purpose (#PCDATA)>
<!ELEMENT introchapter (introtitle, forword, prologue)>
<!ELEMENT introtitle (#PCDATA)>
<!ELEMENT forword (#PCDATA)>
<!ELEMENT prologue (#PCDATA)>
<!ELEMENT part (parttitle+, chapter+)>
<!ELEMENT parttitle (#PCDATA)>
<!ELEMENT chapter (chaptitle+, section+)>
<!ELEMENT chaptitle (#PCDATA)>
<!ELEMENT section (section_title, subsection?)>
<!ELEMENT section_title (#PCDATA)>
<!ELEMENT subsection (subsectiontitle+, chakra_purpose?, chakra?, nadi?, tattwa?, improvement?, notation?, breathex_purpose?, breathex_explained?, steps?, mantras?, sadhana?)>
<!ELEMENT subsectiontitle (#PCDATA)>
<!ELEMENT chakra_purpose (#PCDATA)>
<!ELEMENT chakra (#PCDATA)>
<!ELEMENT nadi (#PCDATA)>
<!ELEMENT tattwa (#PCDATA)>
<!ELEMENT improvement (#PCDATA)>
<!ELEMENT notation (#PCDATA)>
<!ELEMENT breathex_purpose (#PCDATA)>
<!ELEMENT breathex_explained (#PCDATA)>
<!ELEMENT steps (#PCDATA)>
<!ELEMENT mantras (#PCDATA)>
<!ELEMENT sadhana (#PCDATA)>
]>
<!--
/*/////////////////////////////////////////////////////////////////////////////////////////////////
PROGRAM INFORMATION
Programmer : Mordecai Hegykozi
Date :
Name : XML Book
Filename : book.xml
Purpose : Show basic understand of XML by creating a book document
/////////////////////////////////////////////////////////////////////////////////////////////////*/
-->
<?xml-stylesheet type="text/css" href="book.css"?>
<book>
<bookdetails>
<title>Meditation as Medicine</title>
<author>Dharma Sungh Khalsa, M.D. and Cameron Stauth</author>
<copyright>© 2001</copyright>
<publisher> by Pocket Books</publisher>
<isbn>isbn 0-7434-0064-X</isbn>
<pages>298 pages</pages>
</bookdetails>
<bookdescription>
<notechapter>Author's Note</notechapter>
<purpose><![CDATA[
This is a note from the Author explaining that the book was written to help the reader develop a more healthier lifestyle. The healthier lifestyle would not only be medical health but also mental, emotional, and spiritual health as well.
]]></purpose>
<introchapter>
<introtitle>Forword and Personal Prologue</introtitle>
<forword>A section written by Joan Borysenko, Ph.D. about Dharma Singh Khalsa</forword>
<prologue>A section by Dharma Khalsa himself about his life and how he got to where he is at today.</prologue>
</introchapter>
<part>
<parttitle>Part 1: Healing with Medical Meditation</parttitle>
<chapter>
<chaptitle>1. Introducing Medical Meditation</chaptitle>
<section>
<section_title>Introduction</section_title>
</section>
<section>
<section_title>The Ancient Science and the New Application</section_title>
</section>
<section>
<section_title>Medical Meditation</section_title>
</section>
</chapter>
<chapter>
<chaptitle>2. Healing the Physical and Ethereal Bodies</chaptitle>
<section>
<section_title>The Physical Milieu of the Body</section_title>
</section>
<section>
<section_title>The Relm of the Spirit</section_title>
<subsection>
<subsectiontitle>The Eight Chakras</subsectiontitle>
<chakra_purpose><![CDATA[
An explanation of the eight chakras, where they are located and how they affect the body not only separately but as a unit.
]]></chakra_purpose>
<chakra>The Muladhara</chakra>
<chakra>The Svadhistana</chakra>
<chakra>The Manipura</chakra>
<chakra>The Anahata</chakra>
<chakra>The Visuddha</chakra>
<chakra>The Ajna</chakra>
<chakra>The Sahashara</chakra>
<chakra>The Aura</chakra>
</subsection>
<subsection>
<subsectiontitle>The Nadis</subsectiontitle>
<nadi>72,000 Nadis</nadi>
<nadi>12 acupuncture meridians</nadi>
</subsection>
<subsection>
<subsectiontitle>The Five Tattwas</subsectiontitle>
<tattwa>Greed</tattwa>
<tattwa>Lust</tattwa>
<tattwa>Anger</tattwa>
<tattwa>Pride</tattwa>
<tattwa>Attachment</tattwa>
</subsection>
</section>
<section>
<section_title>How Medical Meditation Works</section_title>
<subsection>
<subsectiontitle>Breath</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Posture and Movement including Hand and Finger Positions</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Mantra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Mental Focus</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Sadhana</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>3. Scienticfic Research on Medical Meditation</chaptitle>
<section>
<section_title>The mind, the brain, and the body</section_title>
</section>
<section>
<section_title>Forever Young</section_title>
</section>
<section>
<section_title>Studies on Meditation</section_title>
<subsection>
<subsectiontitle>Improvements through Meditation</subsectiontitle>
<improvement>Premenstrual Syndrome Symptoms decreased by 57 percent</improvement>
<improvement>Migraine headaches decreased notably</improvement>
<improvement>Anxiety and Depression were reduced significantly</improvement>
<improvement>Working people missed fewer work days due to illness</improvement>
<improvement>Patients with AIDS and cancer experienced decreased symptoms</improvement>
<improvement>75 percent of patients with insomnia were cured, and almost 25 percent improved</improvement>
<improvement>Patients with chronic pain required an average of 36 percent less treatment</improvement>
<improvement>Patients with high blood pressure recovered completely or improved</improvement>
<notation>The following information is added directly from the book on page 42 to show some studies that were done.</notation>
</subsection>
</section>
<section>
<section_title>Guided Imagery, Autogenic Training, Biofeedback, and Progressive Relaxation</section_title>
<subsection>
<subsectiontitle>Mindfulness Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Trascendental Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Medical Meditation</subsectiontitle>
</subsection>
</section>
</chapter>
</part>
<part>
<parttitle>Part 2. The Healing Elements of Medical Meditation</parttitle>
<chapter>
<chaptitle>4. Breath</chaptitle>
<section>
<section_title>The Kiss of God</section_title>
</section>
<section>
<section_title>The Spirit of Breath</section_title>
</section>
<section>
<section_title>The Physiology of Breath</section_title>
</section>
<section>
<section_title>Pranayama</section_title>
</section>
<section>
<section_title>Basic Breathing Exercises</section_title>
<subsection>
<subsectiontitle>The Complete Breath</subsectiontitle>
<breathex_purpose><![CDATA[
This section explains the process the Author calls The Complete breath which is similar to Yogi Breath.
]]></breathex_purpose>
</subsection>
<subsection>
<subsectiontitle>A note about the following Breath Exercises</subsectiontitle>
<breathex_explained><![CDATA[
The following 6 sections are variations of the complete breath with each having their own effect on improving the body.
]]></breathex_explained>
</subsection>
<subsection>
<subsectiontitle>Yogi nerve Revitalization Breath</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Retained Breath</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The One Minute Breath</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Breath Walk</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Rhythmic Breathing</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Breath of Fire</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Medical Meditation Breathing Exercises</subsectiontitle>
<steps>Breath Awareness Exercise</steps>
<steps>Basic Breath series</steps>
<steps>The 4/4 Breath for energy</steps>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>5. Posture and Movement</chaptitle>
<section>
<section_title>Why was I born into this body?</section_title>
</section>
<section>
<section_title>From Self Conciousness to the Concious Self</section_title>
</section>
<section>
<section_title>Flexibility</section_title>
</section>
<section>
<section_title>Balance</section_title>
</section>
<section>
<section_title>The system of Energy Locks</section_title>
<subsection>
<subsectiontitle>The Root Lock</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Diaphragm Lock</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Neck Lock</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Great Lock</subsectiontitle>
</subsection>
</section>
<section>
<section_title>Yoga Mudras</section_title>
<subsection>
<subsectiontitle>Gyan Mudra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Shuni Mudra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Surya Mudra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Buddhi Mudra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Venus Lock Mudra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Prayer Mudra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>Fundamental Postures and Movements</section_title>
<subsection>
<subsectiontitle>Easy Pose</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Lotus Pose</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Rock Pose</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Corpse Pose</subsectiontitle>
</subsection>
</section>
<section>
<section_title>Medical Meditation to Generate Healing Energy</section_title>
</section>
</chapter>
<chapter>
<chaptitle>6. Mantra</chaptitle>
<section>
<section_title>The Tide and Rhythms of the Universe</section_title>
</section>
<section>
<section_title>The Age of Aquarius</section_title>
</section>
<section>
<section_title>The Science of Sound</section_title>
</section>
<section>
<section_title>The Physiology of the Shabd Guru</section_title>
<subsection>
<subsectiontitle>The Hypothalamic-Pituitary Axis</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Brain Unification</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Ethereal Flow</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Quieting the Inner Dialogue</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Replication if DNA</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Mantras</subsectiontitle>
<mantras>Ong Namo, Guru Dev Namo</mantras>
<mantras>Guru Guru Wahe Guru Guru Ram Das Guru</mantras>
<mantras>Om</mantras>
<mantras>Raa Maa Daa Saa Saa Say So Hung</mantras>
<mantras>Sa Ta Na Ma</mantras>
<mantras>Sat Nam</mantras>
<mantras>Wahe Guru</mantras>
<mantras>Hail Mary</mantras>
<mantras>Shalom</mantras>
<mantras>The Lord is my Shepherd</mantras>
<mantras>God and Me, Me and God are One</mantras>
<mantras>Healthy Am I, Happy Am I, Holy Am I</mantras>
<mantras>Hear O Israel, the Lord is Our God, the Lord is One</mantras>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>7. Mental Focus</chaptitle>
<section>
<section_title>The Mind-Power Effect</section_title>
</section>
</chapter>
<chapter>
<chaptitle>8. Sadhana</chaptitle>
<section>
<section_title>Combining the Elements of Healing in Daily Practice</section_title>
</section>
<section>
<section_title>How to do basic Meditation</section_title>
</section>
<section>
<section_title>Medical Meditation as Sadhana</section_title>
<subsection>
<subsectiontitle>Sadhana</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>The Structure of Sadhana</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Sadhana as its own Reward</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Sadhana Medical Meditations</subsectiontitle>
<sadhana>Meditations to Start the Day</sadhana>
<sadhana>Morning Call Meditation</sadhana>
<sadhana>Longtime Sunshine Song</sadhana>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>9. Medical Meditation Heals Body, Mind and Spirit</chaptitle>
<section>
<section_title>Nicole's Story</section_title>
</section>
<section>
<section_title>Nicole's Meditation</section_title>
<subsection>
<subsectiontitle>Crisis</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Progress</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Triumph</subsectiontitle>
</subsection>
</section>
</chapter>
</part>
<part>
<parttitle>Healing with the Chakra System</parttitle>
<chapter>
<chaptitle>10. The Chakras and their Dysfunctions</chaptitle>
<section>
<section_title>Scienticfic Evidence of the Chakras</section_title>
</section>
<section>
<section_title>The Chakras and their Dysfunctions</section_title>
</section>
</chapter>
<chapter>
<chaptitle>11. The First Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the First Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the First Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the First Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the First Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Release the Past</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Generate Healing Energy</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Easy Meditation for Energy</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>12. The Second Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Second Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Second Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Second Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Second Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Menstrual Regularity</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>13. The Third Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Third Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Third Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Third Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Third Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Improve Digestion</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Cleanse the Liver</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Gallbladder</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Strengthen the Pancreas</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Kidneys</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the lower triangle of the Chakras (to repair stress damage)</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>14. The Fourth Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Fourth Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Fourth Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Fourth Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Fourth Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Neutral Mind</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for a calm Heart</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Immune System</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for High Blood Pressure</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Prevent Heart Attacks</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Thymus Gland</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Stress Relief and Resolving Issues from the Past</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>15. The Fifth Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Fifth Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Fifth Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Fifth Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Fifth Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Two Meditation to Open the Higher Centers</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation Glandular Balance and Bliss</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Thyroid Gland</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the Parathyroid Gland</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>16. The Sixth Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Sixth Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Sixth Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Sixth Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Sixth Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to increase Cognitive Function</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Balance and Recharge the Nervous and Immune Systems</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Epilepsy</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Mental Fatigue</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to help prevent Migraine Headaches</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Depression</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for the release of Subconscious Fear</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Easy Medical Meditation for Cognitive Function</subsectiontitle>
</subsection>
</section>
</chapter>
<chapter>
<chaptitle>17. The Seventh and Eighth Chakra</chaptitle>
<section>
<section_title>A case history</section_title>
<subsection>
<subsectiontitle>Healing with the Seventh and Eighth Chakra</subsectiontitle>
</subsection>
</section>
<section>
<section_title>The General Characteristics of the Seventh and Eighth Chakra</section_title>
</section>
<section>
<section_title>The Physical Characteristics of the Seventh and Eighth Chakra</section_title>
</section>
<section>
<section_title>Medical Meditations for the Seventh and Eighth Chakra</section_title>
<subsection>
<subsectiontitle>Special Meditation</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation for Habituation or Addiction</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Open the Crown Chakra</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to transfer Healing Energy</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to Heal Self and Others</subsectiontitle>
</subsection>
<subsection>
<subsectiontitle>Meditation to bring Light to all the Chakras</subsectiontitle>
</subsection>
</section>
</chapter>
</part>
</bookdescription>
</book>