This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Template Matching Question


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]