Hi, We have an application we wanted to re-engineer. It was built with FB1 and FB2 and has grown over time to have extended fusebox circuits.
I wrote a custom tag to read the applcation and create an XML description of
the existing applcation. The XML is similar to the output from Lee's
MindManager XML tool.
The next step is that we want to move many of the fuseactions around so that
the application is more modular. I would like to be able to read this XML
into MindManager and reorganise it. I am kind of hoping that eventually we
will be able to create a new switchblock and XML style fusedocs using the
XML created.
I did not try to read exsiting old style fusedocs as only a few fuses have
them and those that do are probably not accurate any more.
In case anyone has a use for the code it is attached and you are welcome to
use it. No warranty I'm afraid as it was degined to work with our code and
only works about 95% there.
What I did was run the code and manually fixed any bad bits in the generated
XML so that it would parse in IE5.
To run the tag you will also need the <cf_tagstipper> tag from the MM
Exchange.
To create the XML the syntax is:
<cf_parser2 root="D:\Inetpub\wwwroot\MyApp"
expand="Yes"
showlinks="Yes"
showfuses="Yes"
displayformat="XML"
supresserrors="Yes"
>
The code will also create a wireframe for your circuits.
<cf_parser2 root="D:\Inetpub\wwwroot\MyApp"
expand="Yes"
showlinks="No"
showfuses="No"
displayformat="Wireframe"
supresserrors="Yes"
>
Kevin
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================
FuseReader.zip
Description: Zip compressed data
