OmniUpdate Training Tuesday Tag Management and XSL WebEx Event # 802 - - PowerPoint PPT Presentation

omniupdate training tuesday
SMART_READER_LITE
LIVE PREVIEW

OmniUpdate Training Tuesday Tag Management and XSL WebEx Event # 802 - - PowerPoint PPT Presentation

OmniUpdate Training Tuesday Tag Management and XSL WebEx Event # 802 553 786 Audio will be heard on your computer speakers. If you do not have working computer speakers, call 1-408-792-6300 . Enter event number and Presented by: attendee ID or


slide-1
SLIDE 1

OmniUpdate Training Tuesday

Tag Management and XSL

Presented by: Brandon Scheirman Instructional Designer WebEx Event # 802 553 786 Audio will be heard on your computer speakers. If you do not have working computer speakers, call 1-408-792-6300. Enter event number and attendee ID or press # if no attendee ID. Webcast will start at the top of the hour.

slide-2
SLIDE 2

Agenda

  • Tag Management Review
  • XSL API for Tag Management

– How does it work? – What can we do with it?

  • Live demonstration
  • Q&A
slide-3
SLIDE 3

Tag Management Review

  • Use tags to organize

content in OU Campus

  • Find related content

easily

  • Create a more holistic

taxonomy

slide-4
SLIDE 4

Tag Management Review

  • Administrators can

manage tags centrally through Setup menu

  • Tag Access Settings is

another useful tool to manage what tags are used where

slide-5
SLIDE 5

What Can We Tag?

Webpages Assets Images PDFs and Other Documents RSS Items

slide-6
SLIDE 6

One Step Further

  • Tags are a great tool when inside OU

Campus, but how can we extend their functionality to a published webpage?

– Answer: the Tag Management XSL API!

  • This is what we’ll be focusing on today
slide-7
SLIDE 7

XSL API for Tags

  • There are 8 API calls you can trigger that pull information

about tags

  • Tag data is brought in via XSL

– Use doc() function in XPath to call the API

  • The doc() call will bring in tags as XML node structure
  • Example:

– <xsl:copy-of select=“doc('ou:/Tag/GetAllTags')/tags”>

slide-8
SLIDE 8

XSL API for Tags

  • GetAllTags
  • GetTags
  • GetFixedTags
  • GetCombinedTags
  • GetParents
  • GetChildren
  • GetFilesWithAnyTags
  • GetFilesWithAllTags
slide-9
SLIDE 9

XSL API for Tags

  • Each API call requires different parameters to be passed

to it via query string

  • Two examples:

– GetAllTags has no parameters – GetCombinedTags requires the site name and root- relative path to be passed

  • Check out the support site for all parameters:

http://support.omniupdate.com/oucampus10/site- development/xsl-advanced/xsl-tag-data.html

slide-10
SLIDE 10

Examples

  • What can we do with

these API calls?

– Use tags as meta keywords – Display all tags for a certain page – Use tags to create “Related Content” box – So much more!

slide-11
SLIDE 11

Let’s Look!

slide-12
SLIDE 12

Q&A

slide-13
SLIDE 13

Next Training Tuesday

Next Month’s Training Tuesday will be held on August 30, on the topic of Gadgets. Be sure to visit the OCN or Support Site for further details.

http://ocn.omniupdate.com http://support.omniupdate.com

slide-14
SLIDE 14

Thank You!