| Author |
Simple question looking for the correct buzzword
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
When one part of an XML file refers to another using # what's that called?
For example....
<e:team>
<teammember ref="#Person-1"/>
</e:team>
<e:person id="Person-1">
<name>tony</name>
</e:person>
|
 |
Sai Hegde
security forum advocate
Ranch Hand
Joined: Oct 26, 2010
Posts: 185
|
|
Injecting child elements using the ref attribute of the parent
|
 |
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
|
Sorry the ref was meant to be href. Is there a buzzword?
|
 |
 |
|
|
subject: Simple question looking for the correct buzzword
|
|
|