I'm trying to use the following query :
//esd:ControlledList/esd:Item[@Id='1']
but it doesn't work.
I'm a noob in XML so it might be my query is wrong.
I've read I can use something like this:
//[local-name()='ControlledList' and...
how do i get the following structure for my Treeview:
TREENODES
- Item
-- NItem
-- NItem
- Item
-- NItem
- Item
-- NItem
-- NItem
etc
sample of MY XML:
<ItemsHierarchy>
- <Item ConceptId="0">
-- <Name>Business</Name>
-- <NarrowerItems>
--- <Item ConceptId = "238">
--- <Name>Abattoir</Name>...
Helo, I'm creating a map in flash, with a jpg ordinance survey map as the background to show the roads etc. Can I split this huge image into smaller pieces and load them only when the user is viewing that area or near to it? And can i load different images as the user zooms in ?
thanks.
Helloo, I'm having trouble with a photogallery script i've modified to display multiple SWF files together in one file.
-------------------
myPhoto = new XML();
myPhoto.ignoreWhite = true;
myPhoto.onLoad = function(success) {
//portfolioTag = this.firstChild;
numimages =...
This is one for ASP.net and Flash guys:
I've made a flash map with clickable (buttons) Postcode areas. Wehn the user makes a selction I want the postcode to be passed into an ASP.net page where the all the details relating to that postcode will be pulled from the database.
i want the results to...
This is one for Flash and ASP.net guys:
I've made a flash map with clickable (buttons) Postcode areas. Wehn the user makes a selction I want the postcode to be passed into an ASP.net page where the all the details relating to that postcode will be pulled from the database.
i want the results to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.