views:

44

answers:

1

AppStore now rejects applications made with non-Apple like languages. (with modified contract)

However, is it allowed using declarative mark-up language formed with XML? (like XHTML, but different schema) The declarative mark-up is a code too, but not a script or logic code. Just a passive, static data, but forms some layout and part of an application logic.

A: 

It seems that you want to make an application based on XHTML/XML and show that data, issn't it better to make a webbase application for it? Maybe using webkit for it?

If you mean using XML in your application than this shouldn't be a problem, most applications do. In fact, XIB (nib) files are XML files to as are property files (plist).

Hope that helped!

Regards,
Paul Peelen

Paul Peelen