Click here to Skip to main content
15,903,012 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionParsing HTML Pin
PIEBALDconsult18-Apr-13 5:15
mvePIEBALDconsult18-Apr-13 5:15 
AnswerRe: Parsing HTML Pin
Richard Deeming18-Apr-13 5:56
mveRichard Deeming18-Apr-13 5:56 
GeneralRe: Parsing HTML Pin
PIEBALDconsult18-Apr-13 16:18
mvePIEBALDconsult18-Apr-13 16:18 
GeneralRe: Parsing HTML Pin
Richard Deeming19-Apr-13 1:46
mveRichard Deeming19-Apr-13 1:46 
QuestionXML data representation Pin
Neo101015-Apr-13 0:39
Neo101015-Apr-13 0:39 
AnswerRe: XML data representation Pin
Kenneth Haugland5-Apr-13 2:13
mvaKenneth Haugland5-Apr-13 2:13 
QuestionHow to retrieve data from XLS/TXT file and DB? Pin
David venewald27-Feb-13 16:09
David venewald27-Feb-13 16:09 
AnswerRe: How to retrieve data from XLS/TXT file and DB? Pin
jinzai17-Jul-14 13:14
jinzai17-Jul-14 13:14 
Questionrunning xml Pin
Member 963455215-Jan-13 3:02
Member 963455215-Jan-13 3:02 
AnswerRe: running xml Pin
Abhishek Pant15-Jan-13 3:45
professionalAbhishek Pant15-Jan-13 3:45 
QuestionExecute a task scheduler stop command (to kill one task)before starting the upgrade. Pin
Prasanth Vijayan9-Dec-12 20:07
Prasanth Vijayan9-Dec-12 20:07 
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 
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 
Consider the following XML file:

<handbook title="HangGlider">
	<section title="Red Jewel 1:1" />
	<section title="Red Jewel 1:2" />
	<section title="Red Jewel 1:3" />
	<section title="Red Jewel 1:4" />
	<section title="Green Jewel 1:1" />
	<section title="Green Jewel 1:2" />
	<section title="Green Jewel 1:3" />
	<section title="Green Jewel 1:4" />
</handbook>
<handbook title="WingRunner">
	<section title="Red Jewel 1:1" />
	<section title="Red Jewel 1:2" />
	<section title="Red Jewel 1:3" />
	<section title="Red Jewel 1:4" />
	<section title="Green Jewel 1:1" />
	<section title="Green Jewel 1:2" />
	<section title="Green Jewel 1:3" />
	<section title="Green Jewel 1:4" />
</handbook>
<handbook title="SkyStormer">
	<section title="Red Jewel 1:1" />
	<section title="Red Jewel 1:2" />
	<section title="Red Jewel 1:3" />
	<section title="Red Jewel 1:4" />
	<section title="Green Jewel 1:1" />
	<section title="Green Jewel 1:2" />
	<section title="Green Jewel 1:3" />
	<section title="Green Jewel 1:4" />
</handbook>
I would like to lay the file out so that the repeated data only exists once, but can be shared by multiple handbooks. Is that possible?

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


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 

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.