This content has been marked as final.
Show 3 replies
-
1. Mac Projector with XML
nITiNkIlLeRmEeRuT May 30, 2007 5:40 AM (in response to purple_am)may be because of case sensitivity or '\' in path -
2. Re: Mac Projector with XML
purple_am May 30, 2007 5:50 AM (in response to purple_am)<images>
<image>
<filename>img_big\img_big_000.jpg</filename>
<thumb>img_thm\img_thm_000.jpg</thumb>
</image>
Thats my xml everything is in small caps ..... well instead of using " \ " whats the workaround. -
3. Re: Mac Projector with XML
purple_am May 30, 2007 6:32 AM (in response to purple_am)Found the path issue this works great :
<images>
<image>
<filename>img_big/img_big_000.jpg</filename>
<thumb>img_thm/img_thm_000.jpg</thumb>
</image>
Use / instead of \

