Hi, all.
When I try to look into the view.xsl, I found these lots of xd:***
attributes in the html tags. My problem is where can I get the guids or
documents about them? I want to understand more about the view xsl file.
Thanks in advance.
The xd: attributes are required by InfoPath to know what to do with the controls in your views. You should not mess with these.
What exactly are you looking for when you say "guids or documents"?

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Hi, all.
When I try to look into the view.xsl, I found these lots of xd:***
attributes in the html tags. My problem is where can I get the guids or
documents about them? I want to understand more about the view xsl file.
Thanks in advance.
iret - 07 Mar 2005 00:29 GMT
I means how can I get a help about these attributes? Is there a offical
document about them?
Thanks.
> The xd: attributes are required by InfoPath to know what to do with the controls in your views. You should not mess with these.
>
[quoted text clipped - 7 lines]
>
> Thanks in advance.
Brian Teutsch [MSFT] - 07 Mar 2005 04:40 GMT
No, there is not official documentation regarding the xd:binding attributes
or other XSL constructs used by InfoPath. Their usage can be inferred, and
thus used to imitate InfoPath behavior. So you are welcome to use those
attributes, preferrably inside a verbatim XSL template, which we do document
in our help files.
Brian
>I means how can I get a help about these attributes? Is there a offical
> document about them?
[quoted text clipped - 13 lines]
>>
>> Thanks in advance.