hit counter
Welcome to Office Zealot Sign in | Join | Help

Browse by Tags

All Tags » XML   (RSS)
Ok, well after getting my custom site columns, lists, referenced list columns for the site columns and all that created. I now have the problem of actually accessing my data. I need to read all the list items (including my new columns) into an application Read More...
Just been trying to find a good way of deploying these to different MOSS instances... e.g. Development, Test, QA & Live and also for giving to others for pre-sales demos. Thanks to Chris O'Brien for the very helpful pointers and code on this, check Read More...
I have managed to work out a way in which you can save the form xml directly to the xml document within MOSS. Thereby, avoiding the complexities of flattening your schema for workflow integration (if you use it) and making the control of your form much Read More...
This is a useful article for finding out the difference between not required and Optional How To Article Read More...
1 Comments
Filed under:
Today I worked out how to restrict the values for a drop down box via the XML Schema Definition for a form, very handy. See the following schema extract : <xs:element name="Breakfast"> <xs:simpleType> <xs:restriction base="xs:string"> Read More...
0 Comments
Filed under: ,