tags:

views:

87

answers:

2

Hi, I'm working on Sharepoint WSS3. Is there a way to export a custom list created via the web intarface to a list definition schema (schema.xml)?

Note: Solution Generator that is Part of the SharePoint Extension for Visual Studio is not an options as it is not supported in 64x Systems.

Thanks

A: 

You can use the Solution Generator that is Part of the SharePoint Extension for Visual Studio

Kusek
thanks for pointing this out, kusel, but i'm working in a 64bit environment and it only supports x86
pistacchio
@Pistacchio : Same pain for me, How I did was to save the List as Template and rename x.stp it to x.cab from which I can get the *.xml, then I use the Fields and others information.I know its a pain job
Kusek
A: 

Spsource is the tool you're looking for. It works very well and keeps all the settings of your custom list. However, if you work in a multi-lingual environment, the .aspx forms that spsource will extract (newitem.aspx, etc.) will have hardcoded strings instead of $resources. This is easily fixed though.

SPSource also works with Content Types and List Templates. And it integrates in Visual Studio!

Hugo Migneron