Birinder, Here are some answers that would be helpful either to you or to me:
- Are you running on Mac OS X or Mac OS 9? - Does your call to FSMakeFSSpec return an error code? - Does your call to FSMakeFSSpec return to you a valid FSSpec? - What is the path that is returned by XMLCreateFullPathFromFSSpec? - If you pass the path returned by XMLCreateFullPathFromFSSpec (assuming it's valid) into XMLParsePathToFSSpec, does this routine succeed, and is the FSSpec it creates valid? James On 8/27/03 7:33 AM, "Birinder Singh" <[EMAIL PROTECTED]> wrote: > Hi all > > I am passing a file path having some japanese named folders in the path to > the SAX Parser to parse the file > I do the following stuff on Mac > > ---------------------------------------------------------------------------- > -------------- > FSMakeFSSpec(0,0,filePath,&fsspec); > XMLCh *newPathPtr = XMLCreateFullPathFromFSSpec(fsspec); > ---------------------------------------------------------------------------- > -------------- > > Now i pass the newPathPtr to the SAX Parser and it cant open the specified > file > I cant figure out where i am wrong in doing so > Can anyone help me please > > regards > birinder > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
