T
tascienu
1 - Can an element have some innerText as well as child nodes?
ie: <myel>some inner text here... <subel/></myel>
is it allowed?
2 - I have a file element... <file src="/Images/spacer.gif" />. I want
to select it...
myfile.selectSingleNode(File[@src='/Images/spacer.gif'])
the problem is, on windows, file names can be any case...
/IMAGES/SPACER.GIF would also be valid, but it would not select that
node. How do i deal with this?
Thanks...
ie: <myel>some inner text here... <subel/></myel>
is it allowed?
2 - I have a file element... <file src="/Images/spacer.gif" />. I want
to select it...
myfile.selectSingleNode(File[@src='/Images/spacer.gif'])
the problem is, on windows, file names can be any case...
/IMAGES/SPACER.GIF would also be valid, but it would not select that
node. How do i deal with this?
Thanks...