Click here to Skip to main content
15,912,493 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Updating an XML file from VC6.0 Pin
act_x27-Jun-02 5:43
act_x27-Jun-02 5:43 
GeneralRe: Updating an XML file from VC6.0 Pin
[James Pullicino]30-Jun-02 23:52
[James Pullicino]30-Jun-02 23:52 
GeneralRe: Updating an XML file from VC6.0 Pin
Ranjan Banerji2-Jul-02 5:45
Ranjan Banerji2-Jul-02 5:45 
GeneralRe: Updating an XML file from VC6.0 Pin
Jan R Hansen2-Jul-02 21:13
Jan R Hansen2-Jul-02 21:13 
GeneralRe: Updating an XML file from VC6.0 Pin
Ranjan Banerji3-Jul-02 6:27
Ranjan Banerji3-Jul-02 6:27 
GeneralNew subquestion : how to format the XML nicely ? Pin
Jan R Hansen8-Jul-02 12:21
Jan R Hansen8-Jul-02 12:21 
GeneralRe: New subquestion : how to format the XML nicely ? Pin
Anonymous9-Jul-02 16:50
Anonymous9-Jul-02 16:50 
GeneralRepeating elements in a sequence. Pin
nay25-Jun-02 5:28
nay25-Jun-02 5:28 
I want some child elements in an element to repeat. But I also don't care what order. I cant use the "all" compositor because the maxOccurance can only be 1. Here's what I have tried but I still don't have the result I want. The way I thought this should work is "line" and "field" should repeat as many times as needed.

<xsd:element name="group">
	<xsd:complexType>
	<xsd:sequence>
		<xsd:element name="name" minOccurs = "1" maxOccurs ="1"/>
		
		<xsd:choice minOccurs = "0" maxOccurs = "unbounded">
			<xsd:element ref="line" minOccurs = "0" maxOccurs = "unbounded"/>
			<xsd:element ref="field" minOccurs = "0" maxOccurs = "unbounded"/>
		</xsd:choice>

		<xsd:element ref="TextFieldGroup" minOccurs = "0" maxOccurs = "unbounded"/>
	</xsd:sequence>
		<xsd:attribute name="groupType" use = "optional"/>
	</xsd:complexType>
	</xsd:element>	



Any ideas on what I can do?

nay
Generalretrieve data with types from XML Pin
jkgh20-Jun-02 7:15
jkgh20-Jun-02 7:15 
GeneralXML Uses Pin
18-Jun-02 0:30
suss18-Jun-02 0:30 
GeneralRe: XML Uses Pin
MS le Roux18-Jun-02 2:16
MS le Roux18-Jun-02 2:16 
GeneralRe: XML Uses Pin
Michael A. Barnhart20-Jun-02 10:11
Michael A. Barnhart20-Jun-02 10:11 
GeneralRe: XML Uses Pin
Christopher Lord23-Jun-02 8:04
Christopher Lord23-Jun-02 8:04 
GeneralRe: XML Uses Pin
Miguel Lopes10-Jul-02 8:28
Miguel Lopes10-Jul-02 8:28 
GeneralRe: XML Uses Pin
Paul Watson12-Jul-02 1:44
sitebuilderPaul Watson12-Jul-02 1:44 
GeneralRe: XML Uses Pin
Miguel Lopes12-Jul-02 3:14
Miguel Lopes12-Jul-02 3:14 
GeneralXML update Pin
Orkun GEDiK7-Jun-02 10:11
Orkun GEDiK7-Jun-02 10:11 
GeneralRe: XML update Pin
jkgh20-Jun-02 7:30
jkgh20-Jun-02 7:30 
Generalselected value in select box using xsl,xml Pin
Hitu5-Jun-02 1:09
Hitu5-Jun-02 1:09 
GeneralRe: selected value in select box using xsl,xml Pin
MS le Roux6-Jun-02 0:01
MS le Roux6-Jun-02 0:01 
GeneralRe: selected value in select box using xsl,xml Pin
Hitu6-Jun-02 2:49
Hitu6-Jun-02 2:49 
GeneralRe: selected value in select box using xsl,xml Pin
MS le Roux6-Jun-02 3:08
MS le Roux6-Jun-02 3:08 
GeneralRe: selected value in select box using xsl,xml Pin
SimonS10-Jun-02 4:38
SimonS10-Jun-02 4:38 
GeneralRe: selected value in select box using xsl,xml Pin
28-Jun-02 4:59
suss28-Jun-02 4:59 
GeneralRe: selected value in select box using xsl,xml Pin
9-Jul-02 16:59
suss9-Jul-02 16:59 

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.