Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2680

Summary: XMLImport from links fix for fr 48 and NET6
Product: .NET TeeChart Reporter: Edu <edu>
Component: ImportingAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Edu 2024-02-28 05:47:21 EST
There's an issue importing XML from links. It happens both in fr48 and NET6.
Comment 1 Edu 2024-03-01 07:07:35 EST
Fixed for both fr48 and NET6

Additional information---

fr48: commit 23af0ffb
we add a check to see if the string fileName is a local path

net6: commits 91dcf1ec and c86d2d5a
Three things: 
1- we add the same check as fr48.
2- fix the XPathNodeIterator, which was selecting "Chart/Series" but since it's case sensitive, it should've been "/chart/series". 
3- MAUI was active in the project, which caused the call to "LoadSeriesNode" to not do anything at all because the proper implementation was still to-do.