|
-
Nov 20th, 2005, 03:25 PM
#1
Thread Starter
Addicted Member
Last edited by NOTSOSURE; Dec 6th, 2005 at 02:42 PM.
-
Nov 20th, 2005, 03:50 PM
#2
Fanatic Member
Re: XML need help
Hi,
in my opinion on this one, and the specific way I would do it (similar to a technology were developing at the moment which standardises XML) is using server code to do a search in XLST iteration
For instance,
for each 'category' in product
// write the listing
Now I do this in server side using the automated objects using ASP and XSL Iteration, such as below
VB Code:
for eact attr in notes.attributes
with response
.write nodes.attributes(1).nodevalue
end with
next
not sure whether you can do iteration using XLST or XSL as neither are key value enabled, not dynamic in their nature.
So in answer to your question, it is possible and doable quite easily, but you will have to use some sort of server side language to do this.
If youre not in a hurry, can write some frameworkable code for you should you need it, but it will be in ASP using VbScript.
PM me with your mail address if needed, or more questions on this are more than welcome.
Hope this helps
Kai
As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..
A few things that make a good Developer a Great One.
Methodical and a thorough approach to research and design inevitably leads to success.
Forward thinking is the key to Flow of control.
Never test in the design environment, always test in real time, you get the REAL results.
CBSE & OOSE are the same animal, they just require different techniques, and thinking.
SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
The key to good design is explicit attention to both detail and response.
Think Freely out of the "Box" you're in..... You will soar to better heights.
Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|