Skip to content

Commit

Permalink
Clarify inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Jan 15, 2017
1 parent 6e9a9c9 commit 75e3222
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/extract_entity.xsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Internet2
Copyright 2016-2017 Internet2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,11 @@
extract_entity.xsl
An XSL transform that takes a SAML V2.0 metadata file and
extracts a single entity descriptor.
a stringparam (entityID) on the command line. It then
extracts the entity descriptor with the given entityID
from the aggregate.
See md_tools.sh for a use of this stylesheet.
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down

0 comments on commit 75e3222

Please sign in to comment.