<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Referencia de comandos del módulo on Módulo PowerShell PackageUpdateInfo</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/</link><description>Recent content in Referencia de comandos del módulo on Módulo PowerShell PackageUpdateInfo</description><generator>Hugo</generator><language>es</language><lastBuildDate>Mon, 22 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://packageupdateinfo.andibellstedt.com/es/docs/commands/index.xml" rel="self" type="application/rss+xml"/><item><title>Add-PackageUpdateRule</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/add-packageupdaterule/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/add-packageupdaterule/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/add-packageupdaterule/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Add-PackageUpdateRule
type: docs
--&gt;
&lt;h2 id="synopsis"&gt;SYNOPSIS&lt;/h2&gt;
&lt;p&gt;Agrega una regla personalizada que controla cómo se reportan las actualizaciones de módulos.&lt;/p&gt;
&lt;h2 id="syntax"&gt;SYNTAX&lt;/h2&gt;
&lt;h3 id="__allparametersets"&gt;__AllParameterSets&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Add-PackageUpdateRule [[-Id] &amp;lt;int&amp;gt;] [[-IncludeModuleForChecking] &amp;lt;string[]&amp;gt;]
 [[-ExcludeModuleFromChecking] &amp;lt;string[]&amp;gt;] [[-ReportChangeOnMajor] &amp;lt;bool&amp;gt;]
 [[-ReportChangeOnMinor] &amp;lt;bool&amp;gt;] [[-ReportChangeOnBuild] &amp;lt;bool&amp;gt;] [[-ReportChangeOnRevision] &amp;lt;bool&amp;gt;]
 [[-SettingObject] &amp;lt;Configuration&amp;gt;] [-PassThru] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="aliases"&gt;ALIASES&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Export-PackageUpdateInfo</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/export-packageupdateinfo/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/export-packageupdateinfo/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/export-packageupdateinfo/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Export-PackageUpdateInfo
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Exporta objetos PackageUpdateInfo a un archivo XML, JSON o CSV.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="__allparametersets"&gt;__AllParameterSets&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Export-PackageUpdateInfo [[-Path] &amp;lt;string&amp;gt;] -InputObject &amp;lt;Info[]&amp;gt; [-OutputFormat &amp;lt;string&amp;gt;]
 [-Encoding &amp;lt;string&amp;gt;] [-Force] [-Append] [-IncludeTimeStamp] [-PassThru] [-WhatIf] [-Confirm]
 [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Get-PackageUpdateInfo</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdateinfo/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdateinfo/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdateinfo/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateInfo
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Recupera información de actualización para los módulos de PowerShell instalados e identifica los módulos que tienen versiones más recientes disponibles en línea.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="defaultset1-predeterminado"&gt;DefaultSet1 (Predeterminado)&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateInfo [-Name &amp;lt;string[]&amp;gt;] [-Repository &amp;lt;string[]&amp;gt;] [-ShowOnlyNeededUpdate]
 [-ShowToastNotification] [-Force] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="currentuser"&gt;CurrentUser&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateInfo [-Name &amp;lt;string[]&amp;gt;] [-Repository &amp;lt;string[]&amp;gt;] [-ShowOnlyNeededUpdate]
 [-ShowToastNotification] [-CurrentUser] [-Force] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="allusers"&gt;AllUsers&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateInfo [-Name &amp;lt;string[]&amp;gt;] [-Repository &amp;lt;string[]&amp;gt;] [-ShowOnlyNeededUpdate]
 [-ShowToastNotification] [-AllUsers] [-Force] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Get-PackageUpdateRule</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdaterule/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdaterule/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdaterule/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateRule
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Recupera una o más reglas de actualización de paquetes utilizadas para controlar las comprobaciones y reportes de actualización de módulos.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="showall-predeterminado"&gt;ShowAll (Predeterminado)&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateRule [-IncludeModuleForChecking &amp;lt;string&amp;gt;] [-ExcludeModuleFromChecking &amp;lt;string&amp;gt;]
 [-IncludeDefaultRule] [-SettingObject &amp;lt;Configuration&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="byid"&gt;ById&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateRule -Id &amp;lt;int[]&amp;gt; [-SettingObject &amp;lt;Configuration&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Get-PackageUpdateSetting</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdatesetting/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/get-packageupdatesetting/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdatesetting/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateSetting
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Recupera la configuración de PackageUpdateInfo desde el archivo de configuración del módulo.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="__allparametersets"&gt;__AllParameterSets&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Get-PackageUpdateSetting [[-Path] &amp;lt;string&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Import-PackageUpdateInfo</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/import-packageupdateinfo/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/import-packageupdateinfo/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/import-packageupdateinfo/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Import-PackageUpdateInfo
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Importa información de actualización de paquetes desde un archivo de datos exportado previamente.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="__allparametersets"&gt;__AllParameterSets&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Import-PackageUpdateInfo [[-Path] &amp;lt;string&amp;gt;] [-ShowToastNotification] [-InputFormat &amp;lt;string&amp;gt;]
 [-Encoding &amp;lt;string&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Remove-PackageUpdateRule</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/remove-packageupdaterule/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/remove-packageupdaterule/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/remove-packageupdaterule/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Remove-PackageUpdateRule
type: docs
--&gt;
&lt;h2 id="synopsis"&gt;SYNOPSIS&lt;/h2&gt;
&lt;p&gt;Elimina una o más reglas personalizadas para el manejo de actualizaciones de la configuración de actualización de paquetes.&lt;/p&gt;
&lt;h2 id="syntax"&gt;SYNTAX&lt;/h2&gt;
&lt;h3 id="byid-predeterminado"&gt;ById (Predeterminado)&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Remove-PackageUpdateRule -Id &amp;lt;int[]&amp;gt; [-Force] [-PassThru] [-SettingObject &amp;lt;Configuration&amp;gt;] [-WhatIf]
 [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="byinputobject"&gt;ByInputObject&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Remove-PackageUpdateRule -InputObject &amp;lt;ModuleRule[]&amp;gt; [-Force] [-PassThru]
 [-SettingObject &amp;lt;Configuration&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="aliases"&gt;ALIASES&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Set-PackageUpdateRule</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/set-packageupdaterule/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/set-packageupdaterule/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/set-packageupdaterule/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Set-PackageUpdateRule
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Actualiza una regla existente de PackageUpdateInfo que controla cómo se reportan los cambios de versión de un módulo.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="porid-predeterminado"&gt;PorId (Predeterminado)&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Set-PackageUpdateRule -Id &amp;lt;int&amp;gt; [-IncludeModuleForChecking &amp;lt;string[]&amp;gt;]
 [-ExcludeModuleFromChecking &amp;lt;string[]&amp;gt;] [-ReportChangeOnMajor &amp;lt;bool&amp;gt;] [-ReportChangeOnMinor &amp;lt;bool&amp;gt;]
 [-ReportChangeOnBuild &amp;lt;bool&amp;gt;] [-ReportChangeOnRevision &amp;lt;bool&amp;gt;] [-SettingObject &amp;lt;Configuration&amp;gt;]
 [-PassThru] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="porobjetodeentrada"&gt;PorObjetoDeEntrada&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Set-PackageUpdateRule -InputObject &amp;lt;ModuleRule[]&amp;gt; [-IncludeModuleForChecking &amp;lt;string[]&amp;gt;]
 [-ExcludeModuleFromChecking &amp;lt;string[]&amp;gt;] [-ReportChangeOnMajor &amp;lt;bool&amp;gt;] [-ReportChangeOnMinor &amp;lt;bool&amp;gt;]
 [-ReportChangeOnBuild &amp;lt;bool&amp;gt;] [-ReportChangeOnRevision &amp;lt;bool&amp;gt;] [-SettingObject &amp;lt;Configuration&amp;gt;]
 [-PassThru] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Set-PackageUpdateSetting</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/set-packageupdatesetting/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/set-packageupdatesetting/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/set-packageupdatesetting/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Set-PackageUpdateSetting
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Configura el comportamiento de comprobación de actualizaciones y las preferencias de reporte para PackageUpdateInfo.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="setbehaviour"&gt;SetBehaviour&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Set-PackageUpdateSetting [-ExcludeModuleFromChecking &amp;lt;string[]&amp;gt;]
 [-IncludeModuleForChecking &amp;lt;string[]&amp;gt;] [-ReportChangeOnMajor &amp;lt;bool&amp;gt;] [-ReportChangeOnMinor &amp;lt;bool&amp;gt;]
 [-ReportChangeOnBuild &amp;lt;bool&amp;gt;] [-ReportChangeOnRevision &amp;lt;bool&amp;gt;] [-UpdateCheckInterval &amp;lt;timespan&amp;gt;]
 [-LastCheck &amp;lt;datetime&amp;gt;] [-LastSuccessfulCheck &amp;lt;datetime&amp;gt;] [-InputObject &amp;lt;Configuration&amp;gt;]
 [-Path &amp;lt;string&amp;gt;] [-PassThru] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="resetbehaviour"&gt;ResetBehaviour&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Set-PackageUpdateSetting [-Reset] [-Path &amp;lt;string&amp;gt;] [-PassThru] [-WhatIf] [-Confirm]
 [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item><item><title>Show-PackageUpdateReleaseNote</title><link>https://packageupdateinfo.andibellstedt.com/es/docs/commands/show-packageupdatereleasenote/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/es/docs/commands/show-packageupdatereleasenote/</guid><description>&lt;!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/show-packageupdatereleasenote/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Show-PackageUpdateReleaseNote
type: docs
--&gt;
&lt;h2 id="sinopsis"&gt;SINOPSIS&lt;/h2&gt;
&lt;p&gt;Muestra las notas de la versión para uno o más módulos de PowerShell.&lt;/p&gt;
&lt;h2 id="sintaxis"&gt;SINTAXIS&lt;/h2&gt;
&lt;h3 id="porobjetopackageupdateinfo"&gt;PorObjetoPackageUpdateInfo&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Show-PackageUpdateReleaseNote [[-InputObject] &amp;lt;Info[]&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="porobjetomódulo"&gt;PorObjetoMódulo&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Show-PackageUpdateReleaseNote [[-Module] &amp;lt;psmoduleinfo[]&amp;gt;] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="alias"&gt;ALIAS&lt;/h2&gt;
&lt;p&gt;Este cmdlet tiene los siguientes alias,&lt;/p&gt;</description></item></channel></rss>