Skip to content

Commit

Permalink
Added support Root DataItems prior to the Components section
Browse files Browse the repository at this point in the history
  • Loading branch information
intolerance committed Jan 5, 2018
1 parent ebf6117 commit 38b1aa3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Devices.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ xmlns:m="urn:mtconnect.org:MTConnectDevices:1.3"
</div>

</div>


<div class="panel-body">

<xsl:apply-templates select="m:DataItems"/>

</div>

<div class="panel-body">

<xsl:apply-templates select="m:Components"/>
Expand Down Expand Up @@ -214,7 +220,7 @@ xmlns:m="urn:mtconnect.org:MTConnectDevices:1.3"
</div>

</xsl:template>

<xsl:template match="m:Components">

<div class="panel-group">
Expand Down

0 comments on commit 38b1aa3

Please sign in to comment.