mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 21:29:06 +00:00
Put the usage comment at the top of nmap-fo.xsl.
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- =========================================================================
|
||||
nmap_fo.xls stylesheet version 1.010
|
||||
last change: 2013-01-20
|
||||
Gustave Walzer
|
||||
|
||||
Usage
|
||||
==============
|
||||
|
||||
* Run nmap with -oX flag for xml output:
|
||||
$ nmap -oX ./nmap.scan.xml localhost
|
||||
|
||||
|
||||
* Convert output xml to pdf using the above xsl file with fop:
|
||||
$ fop -xml nmap.scan.xml -xsl nmap_fo.xsl -pdf nmap.scan.pdf
|
||||
|
||||
========================================================================== -->
|
||||
|
||||
<!-- =========================================================================
|
||||
nmap.xsl stylesheet version 0.9c
|
||||
last change: 2010-12-28
|
||||
@@ -30,23 +47,6 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
========================================================================== -->
|
||||
|
||||
<!-- =========================================================================
|
||||
nmap_fo.xls stylesheet version 1.010
|
||||
last change: 2013-01-20
|
||||
Gustave Walzer
|
||||
|
||||
Usage
|
||||
==============
|
||||
|
||||
* Run nmap with -oX flag for xml output:
|
||||
$ nmap -oX ./nmap.scan.xml localhost
|
||||
|
||||
|
||||
* Convert output xml to pdf using the above xsl file with fop:
|
||||
$ fop -xml nmap.scan.xml -xsl nmap_fo.xsl -pdf nmap.scan.pdf
|
||||
|
||||
========================================================================== -->
|
||||
|
||||
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
|
||||
Reference in New Issue
Block a user