When trying to use the content created by LCDS I get 3 types of "errors": 1. the imsmanifest.xml file has an indication that it is not a plain file (the first 3 bytes in the file), invisible for wordpad or notepad, but resulting in a "root element not found" error in the conversion 2. the presence of the # sign (in the default.html#xxxxxxx) is not allowed for the conversion routine in the SAP Learning Solution 3. the files in use (e.g. in the platform/comm directory) are not consistent in upper-lowercase usage
I was able to overcome the first two problems (with a small VBA routine to remove the 3 bytes and change the default...... to a new xxxxxx.html, create that xxxxxx.html with a redirect to the original default.html#xxxxxx in it). I tried to solve the 3th one but somehow I keep getting "wrongly cased" filenames in the result. I tried to move everything I found to lowercase, but it seems that some of these files get created "on-the-fly". Does anybody know where else I could look to solve this third problem?