Re: problem with attributes in target
Neil <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
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. -- Warning: May contain traces of nuts.