View Issue Details

IDProjectCategoryView StatusLast Update
0003616JEDI VCL00 JVCL Componentspublic2006-04-13 02:22
Reporterwyb_starAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.10 
Target VersionFixed in Version 
Summary0003616: TJvSimpleXMLProp name can't read ":"
Descriptionxml file content:
<use xlink:href="aaa"/>

code:
  str := Node.Properties.Item[0].Name;
 
>>> str=href
TagsNo tags attached.

Activities

obones

2006-04-13 02:22

administrator   ~0009078

Well, yes, it can. Just use the NameSpace property. And if you want the full name, guess what, the FullName property is there for you.

obones

2006-04-13 02:22

administrator   ~0009079

Well, yes, it can. Just use the NameSpace property. And if you want the full name, guess what, the FullName property is there for you.

Issue History

Date Modified Username Field Change
2006-03-31 01:10 wyb_star New Issue
2006-04-13 02:22 obones Status new => resolved
2006-04-13 02:22 obones Resolution open => fixed
2006-04-13 02:22 obones Assigned To => obones
2006-04-13 02:22 obones Note Added: 0009078
2006-04-13 02:22 obones Note Added: 0009079
2006-04-13 02:22 obones Resolution fixed => no change required