Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBXML parsing limited to XML files 'in app bundle'? #12

Open
notarysojac opened this issue Sep 9, 2012 · 3 comments
Open

TBXML parsing limited to XML files 'in app bundle'? #12

notarysojac opened this issue Sep 9, 2012 · 3 comments

Comments

@notarysojac
Copy link

From what I can tell, this (very much improved in many ways) new version of TBXML assumes all XML files processed will be contained in the application bundle. That is absolutely a show-stopper for my requirements as I use XML files for all manner of communication between clients and server - most of which are never located "in the app bundle'.

I will implement my own work-around but it would be wonderful if this capability were incorporated into the official source code.

Thanks much!

@einsteinx2
Copy link

I use the latest TBXML in multiple apps solely for parsing of network API replies. I've never used it to parse files in the app bundle. Maybe post some code that's not working for you?

@crsantos
Copy link

Doesn't need an example, try to download a file, store it on the app's Documents folder, and try to read it afterwards.
I cannot understand why bothering to have so much work splitting paths and extensions to obtain a file from app's bundle, if a simple path could be work for all.

@nrbrook
Copy link

nrbrook commented Mar 19, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants