Advertisement

04.09.2008 at 02:52PM PDT, ID: 23309874 | Points: 500
[x]
Attachment Details

Creating and xml namespace for an xml file

Asked by dplinnane in Extensible Markup Language (XML), Extensible Stylesheet Language Transformation (XSLT)

I have the following file and I have been asked to create an xml namespace for this file, I have no idea where to start. I am assumng that this check that xml is valid according to certain rules that you stipulate in your name space file.
Thanks in advance.

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<?xml version="1.0" encoding="UTF-8"?>
<startscript file="C:\temp">
<transaction name="build">
	<WizardInitialize templateName="PlPre"/>
	<GetNextWizardDialog templateName="PlPre" forward="true"/>
	<SelectPositions templateName="PlPre" currentDialog="wiz_PlPreScgp" hierarchy="PROD" dimension="SCGP">
		<position dimension="SCGP" name="SCGP0010"/>
		<position dimension="SCGP" name="SCGP0011"/>
		<position dimension="SCGP" name="SCGP0012"/>
	</SelectPositions>
	<SelectPositions templateName="PlPre" currentDialog="wiz_PLclss" hierarchy="CLND" dimension="YEAR">
		<position dimension="YEAR" name="YEAR2008"/>
	</SelectPositions>
	<WizardFinish templateName="PlPre"/>
</transaction>
<transaction name="sleep">
<starttime sec="0"/>
<endtime sec="300"/>
</transaction>
</startscript>
[+][-]04.09.2008 at 03:38PM PDT, ID: 21319815

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.21.2008 at 01:03PM PDT, ID: 21405420

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.21.2008 at 01:34PM PDT, ID: 21405726

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_2_20070628