Jonathan, Thanks for the documentation feedback. We updated the wiki to address the DOCTYPE system path error and the broadcastbitrate error.
Two issues were opened to address the suppressing of filter file XML errors and configuration parameter absolute path requirement descriptions: https://github.com/adjacentlink/emane/issues/64 https://github.com/adjacentlink/emane/issues/65 -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 08/10/2016 06:42 AM, Kirchhoff, Jonathan wrote: > Hello, > > > > I’d like to report some typos I stumbled upon while working through the > CommEffect docs [1]. > > > > The example in step 6 reads: > > > > <!DOCTYPE commeffect system > "file:///usr/share/emane/commefect/dtd/commeffectfilters.dtd > <file:///\\usr\share\emane\commefect\dtd\commeffectfilters.dtd>"> > > > > Correcting „system“ and incorrect path: > > > > <!DOCTYPE commeffect SYSTEM > "file:///usr/share/emane/dtd/commeffectfilters.dtd > <file:///\\usr\share\emane\dtd\commeffectfilters.dtd>"> > > > > Same example, at the bottom, typo „broadcastcast“: > > > > <broadcastcastbitrate>8096</broadcastcastbitrate> > > > > Unfortunately, errors from the XML parser are currently being suppressed: > > > > --- filterreader.cc, line 295 > > if(!(pDoc = xmlCtxtReadFile(pContext, > > pzFilename, > > 0, > > > XML_PARSE_DTDVALID|XML_PARSE_NOERROR))) > > > > I would kindly suggest removing that flag ;-) > > > > Another thing that confused me was the explanation of the “filterfile” > parameter, which says: “Defines the *absolute* URI of the…”, although a > relative path such as “myfilter.xml” is fine as well. > > > > Thanks, > > Best regards > > Jonathan Kirchhoff > > > > [1] https://github.com/adjacentlink/emane/wiki/Comm-Effect-Model > > -- > > Jonathan Kirchhoff, M.Sc. > > > > Robust Heterogeneous Networks > > Communication Systems (KOM) > > Fraunhofer Institute for Communication, Information Processing and > Ergonomics FKIE > > > > Zanderstr. 5 | 53177 Bonn | Germany > > Phone +49 228 50212-475 | Fax +49 228 50212-688 > > [email protected] > <mailto:[email protected]> > > > > > > _______________________________________________ > emane-users mailing list > [email protected] > http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users > _______________________________________________ emane-users mailing list [email protected] http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users
