XML parsing with XMLTextDecodeAsDictionary

I think that should work too.
But for convenient I just copy the whole class to my .java file (for the parser default handler), and import relevant classes. Important you mustn’t use import com.google.appinventor.components.runtime.util.*;, cuz the non-exist XmlParser.java is in that class.

Correct me if I’m wrong :sweat_smile:

1 Like

I’ve forget what error is that :sweat_smile:it was only one error in the main file and not in the XML parser file.i think my problem is that I didn’t extend the xml parser file from my main file.

2 Likes

Ah, I see. :upside_down_face:

1 Like

Thank you @WatermelonIce and @Mohamed_Tamer
The extension work perfectly
:clap:t2: :clap:t2: :clap:t2: :heart_eyes: :heart_eyes:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.