Click here to Skip to main content
15,924,829 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Read a XML Document and extract a node value Pin
braber29-Jun-06 7:27
braber29-Jun-06 7:27 
QuestionHow do you get XSL to just read any element? Pin
Red_Wizard_Shot_The_Food14-Jun-06 4:41
Red_Wizard_Shot_The_Food14-Jun-06 4:41 
AnswerRe: How do you get XSL to just read any element? Pin
Dustin Metzgar14-Jun-06 4:45
Dustin Metzgar14-Jun-06 4:45 
Questionremove a table with xsl Pin
Yustme14-Jun-06 4:13
Yustme14-Jun-06 4:13 
AnswerRe: remove a table with xsl Pin
Elina Blank14-Jun-06 4:38
sitebuilderElina Blank14-Jun-06 4:38 
GeneralRe: remove a table with xsl Pin
Yustme14-Jun-06 4:41
Yustme14-Jun-06 4:41 
GeneralRe: remove a table with xsl Pin
Elina Blank14-Jun-06 4:53
sitebuilderElina Blank14-Jun-06 4:53 
QuestionHow to validate one file using multiple schemas? Pin
Arve Bjørnerud14-Jun-06 1:58
Arve Bjørnerud14-Jun-06 1:58 
Hello all.

Im trying to validate a single XML file using two schemas in .NET. I cannot change the format of the XML file, which looks something like this:

<br />
<?xml version="1.0" encoding="ISO-8859-1"?><br />
<aaa><br />
	<bbb>some text</bbb><br />
	<ccc>more elements....</ccc><br />
	<InterChangeHead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="ich.xsd"><br />
		<Version>1</Version><br />
		<SenderID>xxx</SenderID><br />
		<ddd>and so on..</ddd><br />
	</InterChangeHead><br />
</aaa>


As you see the <InterChangeHead> refears to 'ich.xsd', this file contains the schema to validate <InterChangeHead> and its children. But i need to control the entire file. I've made a schema file that controls <aaa> and its child elements, but should this file contain a check for InterChangeHead?

In .NET i use the XMLSchemaSet, should i Add the two schemas here? Or will 'ich.xsd' automagically be loaded for me?

I've also tried to make one big schema file which controls everything, but then i get an error on the <InterChangeHead> element, because of the xmlns thingy...


Hope this makes sense to somebody Smile | :)


Thanks
Arve.
QuestionAlmost there! [modified] Pin
Arve Bjørnerud15-Jun-06 2:54
Arve Bjørnerud15-Jun-06 2:54 
Questionknow the size of DOM Pin
myvisualcplusplus13-Jun-06 19:34
myvisualcplusplus13-Jun-06 19:34 
QuestionDiff functionality for xml Pin
anidarsha13-Jun-06 19:07
anidarsha13-Jun-06 19:07 
QuestionPassing XML Data To SQL Tables Using Classic ASP Pin
rowdykuttan13-Jun-06 7:42
rowdykuttan13-Jun-06 7:42 
QuestionRead xml file into dataset (without any xml schema) [modified] Pin
kishoregolla13-Jun-06 3:59
kishoregolla13-Jun-06 3:59 
QuestionXML Programming on Pocket PC Pin
bluehai9-Jun-06 22:40
bluehai9-Jun-06 22:40 
Questionsoap comunication Pin
joana.sa.couto9-Jun-06 3:51
joana.sa.couto9-Jun-06 3:51 
QuestionHow do i get XSL to read tags inside CDATA in an XML file and NOT parse them to &quot;lt&quot; or &quot;gt&quot;? [modified] Pin
Red_Wizard_Shot_The_Food9-Jun-06 2:50
Red_Wizard_Shot_The_Food9-Jun-06 2:50 
QuestionIE has lost XML parsing ability - pls help! Pin
Koushik Biswas7-Jun-06 8:36
Koushik Biswas7-Jun-06 8:36 
Questionto get the value by xml tag in java script (asp.net) Pin
md_hashmath7-Jun-06 6:53
md_hashmath7-Jun-06 6:53 
AnswerRe: to get the value by xml tag in java script (asp.net) Pin
Elina Blank14-Jun-06 4:55
sitebuilderElina Blank14-Jun-06 4:55 
GeneralRe: to get the value by xml tag in java script (asp.net) [modified] Pin
kishoregolla18-Jun-06 19:38
kishoregolla18-Jun-06 19:38 
GeneralRe: to get the value by xml tag in java script (asp.net) Pin
Elina Blank19-Jun-06 3:54
sitebuilderElina Blank19-Jun-06 3:54 
QuestionXML syntax for && Pin
For_IT7-Jun-06 2:15
For_IT7-Jun-06 2:15 
AnswerRe: XML syntax for && Pin
Michael Dunn7-Jun-06 3:01
sitebuilderMichael Dunn7-Jun-06 3:01 
QuestionChecking for valid XML file structure Pin
conrado76-Jun-06 3:38
conrado76-Jun-06 3:38 
AnswerRe: Checking for valid XML file structure Pin
Stephan Samuel6-Jun-06 3:43
Stephan Samuel6-Jun-06 3:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.