Changing dataset table metadata | Anthony Corbett | 2012-10-23 08:37 |
Status: Closed | ||
I'm aware of the encoding issue but usually when I trip over that I get an error message like: error: Unexpected character encountered (lex state 3): 'p' (line 3, column 47) Metadata XML error: Unexpected character encountered (lex state 3): 'p' (line 3, column 47) See https://www.labkey.org/announcements/home/Developer/Forum/thread.view?entityId=4598d895-d83d-102e-a683-987439a6f368&_docid=thread%3A4598d895-d83d-102e-a683-987439a6f368 as an example. I tried using the following xml: <ns:table tableName="DOB" tableDbType="TABLE"> <ns:updateUrl>/wiki/page.view?name=Enrollment&action=dob&pid=${ParticipantId}</ns:updateUrl> </ns:table> and it still has parse error on save. |
||