| Anonymous | Login | Signup for a new account | 2010-09-09 03:24 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0005269 | [JEDI VCL] 00 JVCL Components | major | always | 2010-06-23 12:31 | 2010-06-26 16:12 | ||
| Reporter | ldallacqua | View Status | public | ||||
| Assigned To | AHUser | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 3.39 | ||||
| Summary | 0005269: JvXMLTree: LoadFromFile not working on CodeGear 2010 | ||||||
| Description |
When I load a TJvXMLTree from file with CG2010, the strings are loaded wrongly. It seems a unicode problem in PosStr function. Try with this portion of code: uses JvXmlTree; procedure TForm1.Button1Click(Sender: TObject); var XML: TJvXMLTree; N: TJvXMLNode; begin XML := TJvXMLTree.Create('', '', nil); try XML.LoadFromFile('.\Test.xml'); N := XML.FindNamedNode('Test'); if Assigned(N) then showmessage(N.Value) else showmessage('No node Test'); finally XML.Free; end; end; The XML file is the following: <FileXML> <Test>This is a test string</Test> </FileXML> |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files |
|
||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |