> Rong, > > The path separator in DataStructure is defined as "|". Is this correct? > > /** > * Separator used to delimit element in the path > */ > public static final String PATH_SEPARATOR = "|"; > > > > ...or should it be a "/". > >cheers ></jima> >
This used to be the case; all paths now use '/' same as in URIs, unix etc. Is there anywhere in the documentation which is out of date, or was this just a comment in Rong's code (designed to see who is awake;-)? - thomas beale - If you have any questions about using this list, please send a message to d.lloyd at openehr.org

