Portlet Factory, Version 6.1.2
Lookup Table builder data formats
This topic describes the data formats used with the Lookup Table builder.
- Value Tag and Label Tag Data Format
- This data is in the standard IBM® WebSphere Portlet Factory format and can be used in the absence of a Localized Resource builder:
<Flights> <Flight> <label>American Airlines</label> <value>AA</value> </Flight> <Flight> <label>Lufthansa</label> <value>LX</value> </Flight> <Flight> <label>Air France</label> <value>AF</value> </Flight> </Flights>- Resource Bundle Style Data Format
- This data is in the format produced by the Localized Resource builder:
<Data> <AA>American Airlines</AA> <LX>Lufthansa</LX> <AF>Air France</AF> </Data>Parent topic: Lookup Table builder
Library | Support |