Search This Site

Custom Search

Monday, November 15, 2010

[bloggerDev] Re: Where I can found blogger Layouts RELAX NG schema or DTD in another form?

On Nov 16, 12:31 am, gavenkoa <gaven...@gmail.com> wrote:
> I discover partially layaut tags description only on page:
>
>  http://www.google.com/support/blogger/bin/topic.py?topic=12449
>
> (see "Advanced Use" column).
>
> Is there any formal description?

I think olny these official pages describe blogger layouts:

http://www.google.com/support/blogger/bin/answer.py?answer=46995
Widget Tags for Layouts
http://www.google.com/support/blogger/bin/answer.py?answer=46888
Page Elements Tags for Layouts

Template start with:

<html expr:dir='data:blog.languageDirection'
xmlns='http://www.w3.org/1999/xhtml'
xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>

Is there exist any schemas for

http://www.google.com/2005/gml/b
http://www.google.com/2005/gml/data
http://www.google.com/2005/gml/expr

It useful for xml editor to get it understand syntax (make XML
validation) and tag completition.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

No comments:

Post a Comment