| Author |
XML and unknow html tags
|
Abdul Rasheed
Greenhorn
Joined: May 06, 2005
Posts: 3
|
|
Hi i am struggling to come up with a XML schema that allows unpredicable html tags in xs:string data types. for example the <title> in the xml below can contain html <B> or <I> tags and similarly the <body> text may contain <img> <p> etc...how do i support this in designing the xml schema for such a document. <article> <title>....</title> <body>..</body> </article> regards, Abdul Rasheed
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
Not sure if you really want to develop a schema from the scratch for such a thing. Try looking for XHTML schema's. There should be some available on the internet, I don't have the links handy but it shouldn't be hard to find some especially on www.w3.org. I would just start there and build from what they have. But that's just me... - m
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
 |
|
|
subject: XML and unknow html tags
|
|
|