Click here to Skip to main content
15,867,686 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionsharing data by using xml Pin
El Dev28-Nov-12 4:36
El Dev28-Nov-12 4:36 
AnswerRe: sharing data by using xml Pin
Zaf Khan28-Nov-12 17:12
Zaf Khan28-Nov-12 17:12 
GeneralRe: sharing data by using xml Pin
El Dev28-Nov-12 19:50
El Dev28-Nov-12 19:50 
QuestionCould not find a part of the path 'C:\MyProject\xml\command.dtd'. Pin
El Dev27-Nov-12 22:18
El Dev27-Nov-12 22:18 
AnswerRe: Could not find a part of the path 'C:\MyProject\xml\command.dtd'. Pin
Richard MacCutchan28-Nov-12 0:04
mveRichard MacCutchan28-Nov-12 0:04 
GeneralRe: Could not find a part of the path 'C:\MyProject\xml\command.dtd'. Pin
El Dev28-Nov-12 0:29
El Dev28-Nov-12 0:29 
GeneralRe: Could not find a part of the path 'C:\MyProject\xml\command.dtd'. Pin
Richard MacCutchan28-Nov-12 1:11
mveRichard MacCutchan28-Nov-12 1:11 
QuestionXml generating from XSD schema Pin
muntte16-Oct-12 12:18
muntte16-Oct-12 12:18 
Hello. I'm new to xml and i have a big problem. How to generate an xml sample document from this schema ?
<xs:schema targetNamespace="http://www.csi.it/sigit/sigitweb/xml/import" elementFormDefault="qualified" attributeFormDefault="unqualified"><!-- ELENCO IMPIANTI --><xs:element name="ElencoImpianti"></xs:element><!-- ******************************* --><!-- DEFINIZIONE SEZIONI --><!-- ******************************* --><!-- IMPIANTO --><xs:element name="Impianto"></xs:element><!-- ******************************* --><!-- DEFINIZIONE TIPI COMPLESSI      --><!-- ******************************* --><!-- MANUTENTORE --><xs:element name="Manutentore"></xs:element><!-- IDENTIFICAZIONE IMPIANTO --><xs:element name="IdentificazioneImpianto"></xs:element><!-- ELENCO RESPONSABILI --><xs:complexType name="ElencoResponsabili"></xs:complexType><!-- RESPONSABILE --><xs:element name="Responsabile"></xs:element><!-- ELENCO EDIFICI --><xs:complexType name="ElencoAltriEdifici"></xs:complexType><!-- ALTRI EDIFICI --><xs:element name="AltriEdifici"></xs:element><!-- ELENCO APPARECCHIATURE --><xs:complexType name="ElencoApparecchiature"></xs:complexType><!-- APPARECCHIATURA --><xs:element name="Apparecchiatura"></xs:element><!-- ELENCO ALLEGATOG --><xs:complexType name="ElencoAllegatoG"></xs:complexType><!-- ALLEGATOG --><xs:element name="AllegatoG"></xs:element><!-- ELENCO ALLEGATOF --><xs:complexType name="ElencoAllegatoF"></xs:complexType><!-- ALLEGATOF --><xs:element name="AllegatoF"></xs:element><xs:element name="ElencoPagine"></xs:element><!-- PAGINA ALLEGATOF --><xs:element name="Pagina"></xs:element></xs:schema>


I browser some tips/tricks and read some tutorials, but i don t get the way it works an xml file without having a root element, but having 5 global elements?

Thanks in advance!
AnswerRe: Xml generating from XSD schema Pin
Jim Meadors13-Nov-12 20:12
Jim Meadors13-Nov-12 20:12 
AnswerRe: Xml generating from XSD schema Pin
jinzai17-Jul-14 13:18
jinzai17-Jul-14 13:18 
QuestionLayout question Pin
David Crow25-Sep-12 7:38
David Crow25-Sep-12 7:38 
AnswerRe: Layout question Pin
Zaf Khan29-Nov-12 8:27
Zaf Khan29-Nov-12 8:27 
QuestionHelp with XSLT Pin
MissMac18-Sep-12 7:33
MissMac18-Sep-12 7:33 
AnswerRe: Help with XSLT Pin
MissMac18-Sep-12 7:57
MissMac18-Sep-12 7:57 
QuestionXML , XSL and JavaScript Pin
rajats8716-Sep-12 20:57
rajats8716-Sep-12 20:57 
AnswerRe: XML , XSL and JavaScript Pin
h4ckjr17-Sep-12 15:38
h4ckjr17-Sep-12 15:38 
GeneralRe: XML , XSL and JavaScript Pin
rajats8718-Sep-12 2:07
rajats8718-Sep-12 2:07 
QuestionXSL Output Pin
Sta_Horse12-Sep-12 20:21
Sta_Horse12-Sep-12 20:21 
QuestionHow to know last autoincrement id in xml file Pin
Nareshmnt10-Aug-12 21:48
Nareshmnt10-Aug-12 21:48 
AnswerRe: How to know last autoincrement id in xml file Pin
Christopher Drake12-Sep-12 11:17
Christopher Drake12-Sep-12 11:17 
QuestionXSD.EXE array, would like list Pin
kalkwarf24-Jul-12 6:30
kalkwarf24-Jul-12 6:30 
AnswerRe: XSD.EXE array, would like list Pin
Bernhard Hiller24-Jul-12 21:33
Bernhard Hiller24-Jul-12 21:33 
GeneralRe: XSD.EXE array, would like list Pin
kalkwarf25-Jul-12 5:44
kalkwarf25-Jul-12 5:44 
GeneralRe: XSD.EXE array, would like list Pin
jschell25-Jul-12 7:14
jschell25-Jul-12 7:14 
GeneralRe: XSD.EXE array, would like list Pin
Bernhard Hiller25-Jul-12 20:41
Bernhard Hiller25-Jul-12 20:41 

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.