Ejemplo DTD de una Página

18 de Diciembre de 2009

<!DOCTYPE PAGINA [

<!ELEMENT PAGINA (TITULO_PAGINA,SUBTITULO)>

<!ELEMENT TITULO_PAGINA (#PCDATA)>

<!ELEMENT SUBTITULO (#PCDATA)>

<!ATTLIST PAGINA POST CDATA #IMPLIED>

 

Ejemplo DTD de un Post

18 de Diciembre de 2009

<!DOCTYPE POST [

<!ELEMENT POST (TITULO,FECHA,BODY)>

<!ELEMENT TITULO (#PCDATA)>

<!ELEMENT FECHA (#PCDATA)>

<!ELEMENT BODY (#PCDATA)>

<!ATTLIST POST COMENTARIOS CDATA #IMPLIED>

 

Errores Feed

17 de Diciembre de 2009

This document was successfully checked as well-formed XML!

Result: Passed, 1 warning(s)
:
: utf-8
: XML
Root Element: rss
HP LogoThe W3C validators are hosted on server technology donated by HP, and supported by community donations.
Donate and help us build better tools for a better web.

Options

Help on the options is available.

Congratulations

The document located at <http://www.auxiliamadrid.260mb.com/?feed=rss2> was successfully checked as well-formed XML. This means that we were not able to determine the exact document type, but that the document passed the XML well-formedness syntax check. If you wish to wish to perform formal validation of the document, you can use the “Document Type:” option of the validator.

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.auxiliamadrid.260mb.com%2F%3Ffeed%3Drss2> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

Cuando te piden un feed te estan pidiendo Xml. No la capa de presentación, por lo tanto no afecta.

Bienvenida

17 de Diciembre de 2009

http://ofimaticaavanzada.es/clase-de-hoy-5-de-noviembre-en-el-laboratorio

Este post es para hacer de nuevo un trackback

Errores web

17 de Diciembre de 2009

Errors found while checking this document as XHTML 1.0 Transitional!

Result: 3 Errors
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
HP LogoThe W3C validators are hosted on server technology donated by HP, and supported by community donations.
Donate and help us build better tools for a better web.

Options

Help on the options is available.

3 Errors

  1. Error Line 248, Column 11: end tag for element “noscript” which is not open
    </noscript>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  2. Error Line 249, Column 33: document type does not allow element “div” here
    <div style="text-align: center;"><div style="position:relative; top:0; margin-ri

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements — such as a “style” element in the “body” section instead of inside “head” — or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML’s rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML’s “self-closing” tags for “meta” and “link” in the “head” section of a HTML document may cause the parser to infer the end of the “head” section and the beginning of the “body” section (where “link” and “meta” are not allowed; hence the reported error).

  3. Error Line 248, Column 11: XML Parsing Error: Opening and ending tag mismatch: html line 2 and noscript</noscript>

No se subsanaria cambiando el theme porque esto es solo la capa de presentacion que no soluciona los errores.

Protegido: Post Protegido con Clave

17 de Diciembre de 2009

Esta entrada está protegida. Para verla, escribe la contraseña:


Diferencia entre feeds como administrador o invitado

17 de Diciembre de 2009

El código fuente de un post privado no aparece en el código fuente del feed invitado asi permanece oculto a este.

En nuestro caso la parte oculta al invitado es la siguiente:

<title>Privado: Post Privado</title>
		<link>http://www.auxiliamadrid.260mb.com/?p=36</link>
		<comments>http://www.auxiliamadrid.260mb.com/?p=36#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:28:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>

Tema 9

17 de Diciembre de 2009

www.auxiliamadrid.260mb.com/wordpress-2.6.3-ES-LITE/apuntes/oa/Tema6.pdf

Tema 8

17 de Diciembre de 2009

www.auxiliamadrid.260mb.com/wordpress-2.6.3-ES-LITE/apuntes/oa/Tema5.pdf

Tema 7

17 de Diciembre de 2009

www.auxiliamadrid.260mb.com/wordpress-2.6.3-ES-LITE/apuntes/oa/Tema4.4.pdf