i found the doc:
XML parser framework is available for the S60 platform starting from 2nd Edition, Feature Pack 2.
CParser is a SAX-like parser, which parses XML files or XML strings, element...
Type: Posts; User: zasdfaaa; Keyword(s):
i found the doc:
XML parser framework is available for the S60 platform starting from 2nd Edition, Feature Pack 2.
CParser is a SAX-like parser, which parses XML files or XML strings, element...
hi, paul,
thank for you help, but, it still puzzle me!my god!
i can't understand the course of ParseL.......
example:
_LIT8(xmlcontent, " <?xml version = \"1.0\"> "
" <testhead>1111111 "
"...
自己解决了。我日,sdkhelp 太恶心了。做的真是简洁啊。
it's my wrong.i don't realize the "pure virtual"! i forget the usage of pure virtual function!
oh,my god of Marxism.
i don't know how to contact my buf with the class like RTagInfo,RDocumentParameters, how to put data into class like RTagInfomy, RDocumentParameters and get out data from those classes.
that is my...
vasant21,thank you!
i happened to see the article http://forum.nokia.com/document/Forum_Nokia_Technical_Library/contents/FNTL/Using_the_XML_parser_in_S60.htm just now.
i add the lib you gave into...
hei, paul.todd.
sorry to trouble you.
i want to use CParser to parse xml in the 3rd. but the sdk help is too simple for a newbie to understand.
i add the follow statements in the header file:
...
大家谁有没有做过sms...
nobody can help me?
hi, all.
i send sms from a phone to another, the phone can get the message right,but, when i send the message to a test tool , it tell me msg_fmt: 0;
tht right value : msg_fmt:4,
i have set the...
hi, all.
i send sms from a phone to another, the phone can get the message right,but, when i send the message to a test tool , it tell me msg_fmt: 0;
tht right value : msg_fmt:4,
i have set the...
hi, all.
i use the smssend example in the 8.0a sdk help,i copy the sis that has been makesis into my phone, it work well, but it send message to another phone,the phone will display "??????",...
Paul.Todd, thanx!
sohil tell me to use the class CSenBaseFragment, so i search all the methods of that three classes, the sdk help document is too bad, i can only guess the meaning of these methods...
sohil, american? night?
please help me again.
thanx.
other people who can give me a hand please.
hi, Sohil
i do follow your step, but,
iRoot = (CSenBaseElement*)iDom->ExtractElement();
the iRoot can get nothing! why?
plz help me.
my code:
_LIT8(xmlcontent, " <?xml version = \"1.0\"> "
"...
hi, Sohil
i do follow your step, but,
iRoot = (CSenBaseElement*)iDom->ExtractElement();
the iRoot can get nothing! why?
plz help me.
my code:
_LIT8(xmlcontent, " <?xml version = \"1.0\"> "...
can anyone help me?please.
thank you. it work now.
Sohil, thank you very much!
when i use the 3rd platform, i will deal xml follow your code.
but ......
i must do it in the 2rd platform............... :(
thank again!
elements example?
TSyExpatStatus status = reader->Parse(doc, ETrue);
it doesnot display the content.
can you give me a example?
i use carbide.c++ today, can someone tell me how to set breakpoint?
hi, all
i use carbide.c++ build a hello world application,
it run well, but when i add a edwin resource, and add codes in constructL of container to display edwin , error appears.
.rss:...
hi, eswar_illuri, thanx for your help.
but how to deal with the parameter of the StartElement function?
how to link the data with struct TQualified and RArray<TAttribute>?
could you give me a...
hi deepika_mangla,
i use the 2rd winscw, about 3rd, i can tell you nothing.sorry.
you can search "syexpat" in this forum,or in the newlc forum,you can find articles about how to install the...
i am newbie to syexpat,i download todd's software syexpat,i can run its example, in the Elements example, the emulator display the result ln: test
and so on,
for example
<head>
...