Successor to NotesPeek; drill into your databases and export your design and data.
Hi there, Looks like an awsome tool! I only have a problem when oepning the database in my browser the navigator doesn;t load. I recieve an error (the original error is in dutch i'll give an translation here): The XML-page can not be viewed. A semicolon is expected. Error in parsing the source http://domoww01/developers/gertjan/DXLPeek/DXLPeek.nsf/DbDirXML?OpenAgent&dbtype=database&refresh=false. line 4, position 900 Any ideas how i can fix this?
There is a directory an our server with an "&" in the name. Since that character is not allowed in XML this XML can not be displayed. So I geuss I have an request to transform all non allowed characters to other characters ie with HTML encoding. Gert Jan
Hmm…we accounted for ampersands in the name of databases, but not the actual file path. I'll have a look and thanks for your quick feedback.