First I want to thank everyone who came to the XML and Web Services Jumpstart as well as the speedgeeking at Lotusphere 10. I got a lot of great feedback. Thanks !!!
One such feedback was about my process of transforming Domino Form Designs into XPages via XSLT. When I developed the tool I took what I believed to be a logical approach and added all of the different field types to a Domino Form Design and then processed it with the XSLT stylesheet I created.
Everything came across, all of the fields were processed I was very proud. Then someone at lotusphere asked me "Paul this process works great when the fields are defined on the form itself, but most of my forms have sub-forms and shared fields that don't seem to be transformed via your process. How come?"
Then I had a real "well duh !!!" moment. A Domino form that contains a sub-form or shared field does not include the field definitions for those elements, simply a reference to the sub-form or shared field.
Suddenly I was not so proud as I don't think I have ever developed a Domino form that did not contain a sub-form or shared field.
So I have set out rectify this issue by adding the processing of sub-forms and shared fields to the transformation process.
If you are not familiar with the process see this article for detailed instructions.
So what is different about the new process is that when selecting design elements to be transformed, you can choose multiple elements. Whatever you select will be included in the DXL to be transformed.
In the Domino Designer client open the application that contains the elements to be transformed.
Choose Tools | DXL Utilities | Transformer...

In the dialog box that opens select the primary form to be transformed

Next select any sub-forms to be included in the transformation

Last select any shared fields to be included in the transformation.
Lastly choose the stylesheet from the list of available stylesheets to perform the transformation and click the OK button.

The fields from the selected sub-forms and selected shared fields will be at the bottom of the transformed XPage.

I'm working on a way to get them "in-line" but wanted to get this solution out there as soon as possible.
The new XSLT stylesheet is called "DominoDBDXLToXPageWithSubForm.xsl" and is available from my web sitein the downloads link.
Once again thanks for all of the feedback and I will continue to try and improve this process.