forked from sassoftware/sas-portal-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bookmarks feature, see sassoftware#39 and fix update behaviour at…
… collections
- Loading branch information
Showing
8 changed files
with
838 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,4 @@ | ||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||
|
||
<!-- input xml format is the Mod_Request xml format with context information | ||
about the request is in the NewMetadata section | ||
--> | ||
|
||
<xsl:template match="/"> | ||
|
||
<xsl:variable name="id" select="/Mod_Request/NewMetadata/Id"/> | ||
|
||
<GetMetadata> | ||
<Metadata> | ||
<PSPortlet PortletType="" Name=""> | ||
<xsl:attribute name="Id"><xsl:value-of select="$id"/></xsl:attribute> | ||
</PSPortlet> | ||
</Metadata> | ||
<NS>SAS</NS> | ||
<Flags>20</Flags> | ||
<Options> | ||
<Templates> | ||
<PSPortlet Id="" Name="" PortletType=""> | ||
<Groups/> | ||
<PropertySets/> | ||
<Trees/> | ||
</PSPortlet> | ||
<Group> | ||
<Members/> | ||
</Group> | ||
<PropertySet Id="" Name=""> | ||
<SetProperties/> | ||
<PropertySets/> | ||
</PropertySet> | ||
<Property Id="" Name="" SQLType="" DefaultValue=""/> | ||
<Extension Id="" Name="" Value=""/> | ||
<Document Id="" Name="" URIType="" URI="" TextRole="" TextType=""/> | ||
<Transformation Id="" Name="" TransformRole=""> | ||
<Trees/> | ||
</Transformation> | ||
<Tree Id="" Name=""> | ||
<ParentTree/> | ||
</Tree> | ||
</Templates> | ||
</Options> | ||
</GetMetadata> | ||
|
||
</xsl:template> | ||
|
||
<xsl:include href="SASPortalApp/sas/SASEnvironment/Files/portlet/edit.collection.get.xslt"/> | ||
</xsl:stylesheet> | ||
|
Oops, something went wrong.