Hi I got this one sorted. The way I done it was to got to the <CCC> element and then created a new element with the value from ../../ to navigate back up to the <ab> or <ac> level.
Cheers,
Gazzo
Hi can anybody help please?
An example of the xml I have is
<AAA>
<ab>
<BBB>
<CCC>Test1</CCC>
<CCC>Test2</CCC>
<CCC>Test3</CCC>
</BBB>
</ab>
<ac>
<BBB>
<CCC>Test4</CCC>
</BBB>
</ac>
</AAA>
What I want is
<XXX>
<ab/>
<CCC>Test1</CCC>
</XXX>
<XXX>
<ab/>...
I have got this to work on my machine loading from localhost, however, when I connect to my mahine from another I get a blank screen with a grey border around it, I have looked at various documents but I cannot figure out exactly what needs to be done, I think that it must be something to do...
Hi can anybody help please?
I am trying to view a report (which has a subreport) in an ASP page. If I use the SmartViewerJava.asp page that is supplied in the help the data is returned, however, when I use the SmartViewerActiveX.asp page no records are returned. The version of the cab file is...
Can anyone help please?
In an ASP page I have a data entry input box for which the user has to input a date. Instead of letting the user type in the date I want them to select a date from the Calendar Active X component. I have no problem doing this, I have simply put a button next to the text...
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.