Thanks -- pushed. Please also note that this should be considered a "call for comments" for anybody using the tables.
This may have resulted in some minor changes, but puts the XSLT in a much better position for maintenance. In fact, we're now even in position to try to make the tables attractive to the eye... On 04/08/2013 12:13 PM, David Smith wrote: > Fantastic -- ACK. > > On 04/08/2013 11:31 AM, Jeffrey Blank wrote: >> This removes XSLT code that is no longer necessary (due to >> improvements in >> openscap's xccdf resolve functionality) and also refactors a common style >> element to a shared file. >> >> This also removes some table outputs altogether; the new "overlay" >> will take >> care of some of these instead. >> >> The overlay concept should enable more complete realization of >> vendor-provided >> SCAP content in the future. >> >> >> Jeffrey Blank (5): >> removing unneeded outputs, commented lines * also some renaming >> of some outputs >> new file for common style element for all table transforms >> simplification of profile-based table transforms * this is >> possible due to oscap xccdf resolve working * now we don't need >> recursion >> cleanup and simplication of table transform with references >> table transforms now use shared style element >> >> RHEL6/Makefile | 42 ++----- >> RHEL6/transforms/table-srgmap.xslt | 20 +--- >> RHEL6/transforms/table-style.xslt | 27 ++++ >> RHEL6/transforms/xccdf2table-byref.xslt | 100 >> ++++------------ >> RHEL6/transforms/xccdf2table-cce.xslt | 19 +--- >> RHEL6/transforms/xccdf2table-profileccirefs.xslt | 133 >> ++------------------- >> RHEL6/transforms/xccdf2table-profilenistrefs.xslt | 78 ++----------- >> RHEL6/transforms/xccdf2table-stig.xslt | 22 +--- >> 8 files changed, 87 insertions(+), 354 deletions(-) >> create mode 100644 RHEL6/transforms/table-style.xslt >> >> _______________________________________________ >> scap-security-guide mailing list >> [email protected] >> https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide > > _______________________________________________ > scap-security-guide mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide -- ___________________________ Jeffrey Blank 410-854-8675 Technology and Systems Analysis / Network Components NSA Information Assurance _______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
