Use our Google Custom Search for best site search results.
Search
-
This is how my data comes:
Manager ...
-
What does the xml look like for that?
-
Now I know why it worked for you. You are using filters. Cant use filters in browser enabled forms.
-
What would the schema look like for your suggest hierarchy
<?xml version='1.0' encoding='UTF-16'?>
<!-- Created from XmlMap.Name: data_Map -->
<!-- XmlMap.DataBinding.SourceUrl: C:\Documents and Settings\kiellda\Desktop\new 4.xml -->
<xsd:schema ...
-
I would just need to redo my schema.
Got to figure that one out.
-
yea, i took the names out for privacy reasons. they would be all different names
-
awesome, i will take a look.
The xml i can arrange it anyway you want. The data comes out of a db, sort of hard to get levels from it, but i was able to get the xml like what i showed you, i can change it around if that is easier
-
would it work better if the xml was like
<Roster>
<manager id="1">OAKLEY, VINCENT</manager>
<manager2 manager="1" id="1">BRUNER, ERICH</manager2>
<manager3 manager2="1" ...
-
Did you see my xml file? Can you help make cascading list boxes based off of that xml. Do I need to change the format of the xml?
-
I am so lost now. I need a different way to do these cascading list boxes. Nothing I try works. I am fried.