custom parsers: Add unit tests for custom event names
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / testfiles / xml / testDefinition.xml
CommitLineData
032ecd45
MAL
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<CustomXMLTraceDefinitionList>
3<Definition name="myxml">
4<TimeStampOutputFormat>HH:mm:ss:SSS</TimeStampOutputFormat>
5<InputElement name="trace">
6<InputElement logentry="true" name="element">
7<InputData action="0" format="" name="Message"/>
8<Attribute name="time">
9<InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Time Stamp"/>
10</Attribute>
11</InputElement>
12</InputElement>
13<OutputColumn name="Time Stamp"/>
14<OutputColumn name="Message"/>
15</Definition>
95916b5f
GB
16<Definition name="xmlevname">
17<TimeStampOutputFormat>HH:mm:ss:SSS</TimeStampOutputFormat>
18<InputElement name="trace">
19<InputElement logentry="true" name="element">
20<InputData action="0" format="" name="Event type"/>
21<Attribute name="time">
22<InputData action="0" format="Tn" name="Time Stamp"/>
23</Attribute>
24</InputElement>
25</InputElement>
26<OutputColumn name="Time Stamp"/>
27<OutputColumn name="Event type"/>
28</Definition>
032ecd45 29</CustomXMLTraceDefinitionList>
This page took 0.070395 seconds and 5 git commands to generate.