Skip to content

Latest commit

 

History

History

Custom XML

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Extending csrShim for Custom XML (JSLink)

The sample code and the tutorial write-up demonstrate how to extend csrShim to use Client Side Rendering (CSR) with custom XML feeds.

By the end of the tutorial, you should know:

  • How to create a simple XSL Wrapper
  • Utilize csrShim to enable CSR with your custom XML

Example Files

  • inmates.js - A JSLink file to use in the tutorial
  • inmateWrapper.xsl - A sample XSL Wrapper used in the tutorial
  • README.md - This file, wow!

Required csrShim Files

Tutorial

The tutorial is provided as a blog post here:

Extending csrShim for Custom XML (JSLink)