Declaring an FP in XML - commoncriteria/pp-template GitHub Wiki
22 January 2024
To declare a Functional Package in XML, the first code in the document must be:
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="..\transforms\pp2html.xsl"?>
The rest of the file consists of a single <Package>
element that contains all the XML to generate the Functional Package.
<Package name="TLS" # Name of the Package
xmlns="https://niap-ccevs.org/cc/v1"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:sec="https://niap-ccevs.org/cc/v1/section"
...FP Body...
</Package>