Groups | Blog | Home
all groups > dotnet xml > june 2005 >

dotnet xml : xml element's schema context


Jan Limpens
6/29/2005 12:43:53 PM
Hi,

given a schmea and the currently selected element (via XPath) of a
XmlDocument that uses this schema, I want to allow a xml editor to give
the user a choice of possible ChildNode Elements. Pretty much the way
Visual Studio's Xml intellisense works.

I am quite unsure, which path to take. I think, it should be possible
either using xslt to declaratively find out, or use the .NET namespace
and do it imperatively. Any suggestions here?

I'd also would welcome gladly any further implementation hints
(examples, similar open source projects, and alike), as I feel a bit
lost. I am afraid this could become easily overwhelmingly difficult.

Thanks for any help,

Jan
Jan
6/29/2005 1:11:45 PM
ah, and I want to add, that it should allow any schema, especially
recursive ones (so the path of loading the xsd to a dataset and then
check for table relations should not work)

--J
AddThis Social Bookmark Button