HtmlTrInfo, élément
Dernière modification : vendredi 30 mai 2008
S’applique à : SharePoint Foundation 2010
Dans cet article
Attributs
Éléments enfants
Éléments parents
Utilisé dans le fichier HtmlTransInfo.xml (\Program Files\Common Files\Microsoft Shared\web server extensions\12TEMPLATE\XML) pour contenir des instructions de mappage pour diriger une demande à l'URL pour la gestion d'une demande lorsque Microsoft Office System 2007 n'est pas installé sur l'ordinateur client.
<HtmlTrInfo>
<Mapping
AcceptHeader = "Text"
Extension = "Text"
HandlerUrl = "Text"
ProgId = "Text" />
...
</HtmlTrInfo>
Attributs
Attribut |
Description |
---|---|
Aucun |
N/A |
Éléments enfants
Éléments parents
Aucun |
Remarques
Lorsque l'application Office n'est pas installée sur l'ordinateur client, Microsoft SharePoint Foundation crée un rendu HTML de la page à l'aide d'un programme convertisseur sur le serveur.
Exemple
L'exemple suivant montre les instructions utilisées dans le fichier HtmlTransInfo.xml.
<HtmlTrInfo>
<Mapping Extension="xls" AcceptHeader="application/vnd.ms-excel"
HandlerUrl="HtmlTranslate.aspx" />
<Mapping Extension="doc" AcceptHeader="application/msword"
HandlerUrl="HtmlTranslate.aspx" />
<Mapping Extension="ppt" AcceptHeader="application/
vnd.ms-powerpoint" HandlerUrl="HtmlTranslate.aspx" />
<Mapping Extension="pps" AcceptHeader="application/
vnd.ms-powerpoint" HandlerUrl="HtmlTranslate.aspx" />
</HtmlTrInfo>