The SAS Clinical Standards
Toolkit uses the macro crtdds_write to create a define.xml file. This
macro has the optional parameter _cstCreateDisplayStyleSheet that
determines two things:
-
whether the macro creates a style
sheet in the same folder as the output define.xml file
-
whether the macro creates a reference
to that style sheet in the define.xml file
If you set this macro
parameter to
1, the macro looks in
the provided SASReferences file for a record with a type/subtype of
referencexml/stylesheet and
uses that file.
By default, the crtdds_write
macro creates a style sheet reference in the define.xml file and copies
a style sheet in the same folder as the define.xml file. This default
style sheet, define1-0-0.xsl, is copied from the
global standards library directory/standards/cdisc-crtdds-1.0/stylesheet directory
and is identical to the style sheet that was originally made available
by CDISC as part of the first release of the define.xml file.
See “Writing
XML Files” in Chapter 8, “XML-Based Standards,” in the
SAS
Clinical Standards Toolkit: User's Guide.