我搜索了许多XML解析教程和许多网站,但是没有得到这次XML内容的帮助。 我只需要解析这个XML文件并获得键/值对。这样我就可以动态地将这些值分配给标签/按钮等。 我正在使用Objective-C
主要目的是在XML文件发生更改时更改屏幕内容。我是这个XML解析的新手。 任何帮助将不胜感激。
<?xml version="1.0" encoding="utf-8"?>
<ScreenContent>
<content identifier="logo.description" text="current logo"/>
<content identifier="userid.label" text="User ID"/>
<content identifier="userid.hint" text=""/>
<content identifier="password.label" text="Password"/>
<content identifier="password.hint" text=""/>
<content identifier="button.login" text="Log in"/>
<content identifier="forgot.label1" text="Forgot"/>
<content identifier="forgot.hyperlink1" text="User ID"/>
<content identifier="forgot.label2" text="or"/>
<content identifier="forgot.hyperlink2" text="password?"/>
<content identifier="forgot.description1" text="Forgot User ID"/>
<content identifier="forgot.description2" text="Forgot Password"/>
<content identifier="register.registerhyperlabel" text="Don't have a User ID?"/>
</ScreenContent>`