Hi,
I have some code that automatically replaces servernames in dxl urllinks via dxl on some richtextfields in some documents.
Now Notes8 seems to automatically replaces backslashes in the href attribute of the urllink element to forward slashes.
Result: The links does not work anymore.
\server02\share\JavaKurs\uml\violet\howto.txt becomes:
//server02/share/JavaKurs/uml/violet/howto.txt
which doesn’t work.
I’ve found a workaround by replacing //server02 with file://server02.
But why does Notes8 automatically replaces the backslashes to forward slashes without being asked to do so anyway?
Notes65 doesn’t show this behaviour.
Any hints?
Regards Axel