[HTML]print qq{[...]Document Author[...]};[/HTML] Problem is : when i do 'New Form Entry' it gives me following error SAX Parse:An invalid XML character (Unicode: 0x8) was found in the value of attribute "validation-regex" and element is "text".After some R & D I got to know that \b in my validation-regex is creating the problem. If I add one more SLASH ( \\ ) ie., \\\\b then the DCT screen comes up without any error , but my regex is not doing what it should do.If I remove \\b its working fine.Also if I used the same DCT code ( data.ipl ) directly in datacapture.cfg instead of calling it through 'inline' its working fine.Any clue ?RegardsRohit Pathak