Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Append a new schema in XHTML

Reply
Thread Tools

Append a new schema in XHTML

 
 
condo4
Guest
Posts: n/a
 
      07-01-2008
Hello,
I need to append some elements to XHTML
I need to write the schema for an XML like this :
_________________________________________________
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="?????" xmlns:my="????" schemalocation="toto">
<p>toto titi tutu <br />titi toto tata<br /></p>

<myictures_frame>
<myicture file="t1.jpg" title="desc 1" legend='no' />
</myictures_frame>

<p>popo yuyu yaya</p>
<ul>
<li>gfsdqgfasd</li>
<li>greqz</li>
</ul>
</root>
__________________________________________________ __

This file will be transform with an XSLT process into a valide XHTML
file.
And it will be included in a page (with html, head, body...)

I need a schema with:

- to have a root element equivalent to a DIV element
- to add new elements in another namespace define in another schema or
in this new schema.

I try many things (I saw some examples on W3C website) but nothings is
valid.
I work with Eclipse and the php plugin (with XML).

If somebody can help me.....

Thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New to xml schema - does the dtd/schema validation happens always ? pramodr XML 3 04-05-2009 12:10 PM
the address of list.append and list.append.__doc__ HYRY Python 10 09-26-2007 09:41 AM
parse URL (href) from xhtml, xhtml -> text, for data hawat.thufir@gmail.com XML 7 02-08-2006 07:39 PM
[XML Schema] Including a schema document with absent target namespace to a schema with specified target namespace Stanimir Stamenkov XML 3 04-25-2005 09:59 AM
[ASL] the Active Schema Language : a new schema technology Philippe Poulard XML 0 03-21-2005 09:23 AM



Advertisments