Template Matching Question

Subject: Template Matching Question
From: "Rebecca Lundberg" <rlundberg@xxxxxxxx>
Date: Fri, 10 Nov 2000 10:53:39 -0500
I'm getting passed some less-than-ideal xml where the tags are like this:
<Page>
    <Unit>
        <Dependent1>
            <Name>
            <ID>
        <Dependent2>
            <Name>
            <ID>
    <Unit>
        <Dependent1>
            <Name>
            <ID>

etc. where the total number of dependents can vary. My ideal would be to
have the dependent number be an attribute but alas that isn't possible right
now.

Is it possible to do a template match for Dependent that ignores the number
in the Dependent tag? That way, I can do a for-each to process the
Dependents... Maybe using something dealing with parent/child node
relationships?

Thanks!
Rebecca


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread