Re: problem with attributes in target
hsd <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Neil wrote: > hsd wrote: > >> How I can add new node with similar attributes like this: >> <ROOMS:Price NC:parseType="Integer">4</ROOMS:Price> > > > Do you mean through code? Just create an RDF object of the correct type > in this case using RDF.GetIntLiteral(4); and assert it in the normal way. > Hi, Thanks very much. You are right. This was my mistake because I didn't read careful documentation form XUL site. Regards Hsd