Schematron for fetching xml contents along with validation -


i need validate xml content , fetch valid tags , values. had known possible use schematron validate tags , contents. can use schematron fetching valid tags , values , put them in xml or html?

if not possible, please suggest me other way.

thanks, bala.

i guess xml technology of choice xquery in case. maybe take @ wikipedia article xquery started.

basically xquery works using xpath expressions, schematron, query , extract xml data. shouldn't problem use existing schematron tests xpath expressions in xquery.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -