[SAMM] Roadmap graphs

Pravir Chandra chandra at owasp.org
Wed Apr 7 11:50:03 EDT 2010


Wow, these look remarkably close to the ones from the doc! And, with XML for
the input to boot.... awesome! How's it progressing these days?

p.

On Mon, Mar 8, 2010 at 11:35 AM, Colin Watson <colin.watson at owasp.org>wrote:

> I've been working on creating the Roadmap Charts dynamically after Eoin
> asked if it could be done "server side".  The Excel was a bit of a bodge
> anyway.  Well I came up with another idea - SVG.  Given a data XML file and
> an XSLT file, we can build charts pretty close to those in the SAMM
> document.  The data file looks like:
>
> <sammchart>
>  <title>Figure 1: Example Organisation</title>
>  <bgcolor>#ffffff</bgcolor>
>  <phases>
>    <phase>
> <name>Phase 1</name>
>  <description>January to May 2010</description>
>    </phase>
>    etc
> <roadmaps>
>  <roadmap abbr="SM" ordering="1" label1="Strategy &amp;" label2="Metrics"
> functionstyle="sammgovernance">
>    <point>1</point>
>    <point>1</point>
>    <point>2</point>
>    <point>2</point>
>    <point>3</point>
> </roadmap>
>      etc
>
> Three files attached (screen grabbed as PNGs):
>
>
>    - roadmap created to match the example on p27
>    - two early attempts that didn't quite work (but may reflect real
>    software development)
>
>
> Does anyone have XPath/XSLT experience who could check/improve upon my code
> before I upload the files/instructions to the list?
>
> Colin
>
>
>
> _______________________________________________
> SAMM mailing list
> SAMM at lists.owasp.org
> https://lists.owasp.org/mailman/listinfo/samm
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.owasp.org/pipermail/samm/attachments/20100407/2fa58ad5/attachment-0001.html 


More information about the SAMM mailing list