Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Justin Reid
ncml-xsl-demo
Commits
df7f90f1
Commit
df7f90f1
authored
Apr 29, 2016
by
Justin Reid
Browse files
Initial commit
parents
Pipeline
#251
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
patmosx_v05r03-preliminary_METOP-02_asc_d20160329_c20160402_transformed.xml
0 → 100644
View file @
df7f90f1
prototype.xsl
0 → 100644
View file @
df7f90f1
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:nc=
"http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method=
"xml"
encoding=
"UTF-8"
indent=
"yes"
/>
<xsl:template
match=
"/"
>
<netcdf-xml>
<xsl:for-each
select=
"/nc:netcdf/nc:attribute"
>
<attr><xsl:value-of
select=
"./@name"
/></attr>
</xsl:for-each>
</netcdf_xml>
</xsl:template>
</xsl:stylesheet>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment