Changeset 38141 for gs3-installations


Ignore:
Timestamp:
2023-09-15T18:08:15+12:00 (9 months ago)
Author:
davidb
Message:

Now producing Stream entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/computing50/trunk/sites/computing50/collect/computing-50-tabletop/etc/collectionConfig.xml

    r38136 r38141  
    153153                        Summary, Type, Feature, ServiceNo
    154154                      -->
    155                         <c>
    156                             <xsl:value-of select="substring(@nodeID,2)"/>
    157                             <!--
    158                                 <xsl:value-of select="@nodeID"/>
    159                             -->
    160                             <!--
    161                                 <gsf:metadata name="staff.TableID"/>
    162                             -->
     155                            <c>
     156                          <xsl:variable name="staffTableID"><gsf:metadata name="staff.TableID"/></xsl:variable>
     157                          <xsl:value-of select="substring($staffTableID,2)"/>
     158                          <!--
     159                              <xsl:value-of select="substring(@nodeID,2)"/>
     160                          -->
     161                          <!--
     162                              <xsl:value-of select="@nodeID"/>
     163                          -->
     164                          <!--
     165                              <gsf:metadata name="staff.TableID"/>
     166                          -->
    163167                        </c>
    164168                        <c>
     
    296300                <c>
    297301                  <!-- Description -->
    298                   <gsf:metadata name="dc.Description"/>
    299                 </c>
    300                 <c>
    301                   <!-- MajorEventsID (matches to Staff ID)-->
     302                  <gsf:metadata name="Description"/>
     303                </c>
     304                <c>
     305                  <!-- MajorEventsID (matches to Staff ID ??)-->
    302306                                </c>
    303307                <c>
    304308                  <!-- Per_EventsID -->
    305                 </c>
    306                
     309                </c>               
    307310                <c>
    308311                  <!-- LocationID -->
     
    313316                <c>
    314317                  <!-- [Cool+stuff] -->
    315                 </c>
    316                 <c>
    317                   <!-- Stream -->
    318                 </c>
     318                  <gsf:metadata name="dc.Publisher"/>
     319                </c>
     320                <!-- Stream -->
     321                <xsl:variable name="docID"><xsl:value-of select="substring(@nodeID,2)"/></xsl:variable>
     322                <xsl:choose>
     323                  <xsl:when test="$docID &lt; 50">
     324                    <c>True</c>
     325                  </xsl:when>
     326                  <xsl:otherwise>
     327                    <c>False</c>
     328                  </xsl:otherwise>
     329                </xsl:choose>               
    319330                <c>
    320331                  <!-- Audio -->
    321332                </c>
    322                 <c>
    323                   <!-- LocationY -->
    324                 </c>
    325                 <c>
    326                   <!-- LocationX -->
    327                 </c>
     333                <!-- LocationY -->
     334                <c>0</c>
     335                <!-- LocationX -->
     336                <c>0</c>
    328337               
    329338                <c>
     
    334343                <c>
    335344                  <!--
    336                       Order
     345                      Order, do same as doc ID
    337346                  -->
     347                  <xsl:value-of select="substring(@nodeID,2)"/>
    338348                </c>
    339349                  </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.