openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Need a test file for FDI #106

Closed pabender closed 6 years ago

pabender commented 6 years ago

I am in the process of creating new tests, and I need a test xml file I can use with the org.openlcb.implementations.throttle.FdiParser class.

Does anyone have one we can use?

balazsracz commented 6 years ago

<?xml version='1.0' encoding='UTF-8'?> <?xml-stylesheet type='text/xsl' href='xslt/fdi.xsl'?> <fdi xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation=' http://openlcb.org/trunk/prototypes/xml/schema/fdi.xsd'>

Light 0 Coupler 1 Horn 2 Shunt 3 Mom off 4 F6 6 On Oct 18, 2017 6:31 PM, "Paul Bender" wrote: > I am in the process of creating new tests, and I need a test xml file I > can use with the org.openlcb.implementations.throttle.FdiParser class. > > Does anyone have one we can use? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > , or mute the thread > > . >
pabender commented 6 years ago

Thanks @balazsracz