From: Tatu S. <cow...@ya...> - 2006-11-20 05:32:47
|
--- Paul Tomsic <pt...@gm...> wrote: > since they are so hard to find (tools that provide > the ability to see > if a node is marked as mixed=true) then how does > anyone do this? Perhaps better question is do you really have to do it? I must admit I do not quite understand your use case yet. Perhaps you do need it from schema, or perhaps there is another way around it. It's bit hard to say without knowing exactly what you are trying to do. Now, schemas are generally used either for validation, or for data binding. It is much less common to try to do schema introspetion, so most schema processors thus are either embedded in parsers, or in stand-alone validation or data binding tools. As to finding schema processing tool -- I don't really have a need for one, so I just googled for 10 minutes, and didn't find optimal open source tool yet. But if you do, you may be willing to spend more and investigate hits, to find one. ... > suitable solution, then we've resorted to marking > that content as > CDATA. Yeah, in general using CDATA is pretty much always the wrong solution, except when manually writing xml content. It doesn't provide any value beyond more human readability -- any content wrapped in CDATA could be as well quoted using character entities. -+ Tatu +- ____________________________________________________________________________________ Sponsored Link Mortgage rates near 39yr lows. $510k for $1,698/mo. Calculate new payment! www.LowerMyBills.com/lre |