Announcement

Collapse
No announcement yet.

XSL and UltraView

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    XSL and UltraView

    In the .xsl files with ultraview, there is a sort instruction as shown below.

    I have a couple of things that I would not like to be sorted. Can I simple remove the sort instruction or is there a method for XSL.



    td class="tablecolumn" valign="top" align="left"></td>
    <td class="tablecolumn" valign="top" align="left">Status</td>
    </tr>
    <xsl:for-each select="DEVICE">
    <xsl:sort select="NAME" order="ascending" />
    <xsl:if test="NAME = 'Top Process'or NAME = 'Computer Name'



    Thanks

    David

    #2
    Unibits,
    You need to wrap that code in the php tags available above your post.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      XSL and Quickview

      I removed the sort instruction in the ultra_view2_filename.XSL file and now what I wanted to display is displayed in the order that it exists in the homeseer device list.

      David

      Comment

      Working...
      X