No apply-templates anywhere. How could the namespace of the root element be different? The only namespace defined anywhere is in the xsl stylesheet tag. Here's the entire stylesheet:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" indent="no" />
<xsl:template match="/">
<header>
<xsl:value-of select="ProgramMeta/ProjectMeta/Title" /> <xsl:value-of select="ProgramMeta/Title" />
</xsl:template>
</xsl:stylesheet>
As far as the XML, most of what's stripped out is more of the same - more <Author> elements in the <AuthorList>, more <PEDiv> in <PEFrontmatter>, etc.
I even tried skipping the root node and going straight to ProgramMeta, like this:
<xsl:template match="ProgramMeta">
<header>
<xsl:value-of select="ProjectMeta/Title" /> <xsl:value-of select="Title" />
</xsl:template>
</xsl:stylesheet>
I get the same results:
<header>
Ancient CivilizationsUnitChapterLessonBig JoeState StandardsEverything Is SwellThe BeginningUpon the CreationAnd Thence Becomes Unto ThatThe MiddleFeelin' Fine!What's The Rush?The EndDecrepitude EncroachesWhat Have We Learned?Don't Worry About ItFirst The Second PartOneTwoIn This SpotA Chipper ParakeetNobody Likes a LoserA Special FeatureA Very Special Feature of the FeatureA Catastrophic SuccessAncient Africapp. 140--211Ancient EgyptGeography: Civilizations developed in places that supported agriculture
or trade or both.Gift of the NileGeography: The Nile River helped Egypt develop a civilization.Economics: The fertile land provided everything Egyptians needed.Economics: The Nile and other resources influenced Egypt's
economy.Life in Ancient EgyptEconomics: Egyptians developed a complex society with many different
jobs and social roles.Science and Technology: Egyptians made advances in calendars, geometry,
medicine, and other areas.Belief Systems: Egyptians believed in many gods and a happy life
after death.The Pyramid BuildersGovernment: Egypt united under a central government that ruled
for centuries.Culture: Pharaoh Khufu built a huge monument to proclaim his glory.Government: Egypt entered a period of change as centralized rule
weakened.The New KingdomEconomics: Queen Hatshepsut ruled as pharaoh and expanded trade
during the New Kingdom.Belief Systems: Akhenaton tried to change Egyptian religion by
replacing the old gods with one god called Aton.Government: Ramses II ruled Egypt for decades and created a stable
empire.The Kush CivilizationCulture: Ways of living change as humans interact with each other.Nubia and the Land of KushGeography: The region of Nubia had connections with Egypt.Government: A powerful king of Kush conquered Egypt and ruled as
pharaoh. Economics: Mero was an important economic center linking
Egypt and the interior of Africa.The Kingdom of AksumGovernment: A new power, Aksum, rises south of Egypt.Culture: Ezana expands Aksum's power and converts to Christianity.Culture: Aksum's cultural and technical achievements were
long lasting.Western, Central, and Southern AfricaGeography: The people of west, central, and south Africa adapted
to life in a variety of environments.Economics: The Nok people were the first iron workers of west Africa.Geography: Migration by the Bantu people from west Africa populated
central and south Africa. World HistoryA Triumph of Configuration, , , , , , , ,
|