Click here to Skip to main content
15,885,278 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionregasxml error Pin
Member 913688818-Jun-12 6:51
Member 913688818-Jun-12 6:51 
QuestionXml Schema Pin
Vijjuuu.14-Jun-12 7:02
Vijjuuu.14-Jun-12 7:02 
AnswerRe: Xml Schema Pin
Sandeep Mewara14-Jun-12 10:49
mveSandeep Mewara14-Jun-12 10:49 
GeneralRe: Xml Schema Pin
Vijjuuu.14-Jun-12 18:49
Vijjuuu.14-Jun-12 18:49 
GeneralRe: Xml Schema Pin
Sandeep Mewara14-Jun-12 20:48
mveSandeep Mewara14-Jun-12 20:48 
GeneralRe: Xml Schema Pin
Vijjuuu.15-Jun-12 7:55
Vijjuuu.15-Jun-12 7:55 
QuestionPerformance issue in XSL processing Pin
praveen3g8-Jun-12 21:30
praveen3g8-Jun-12 21:30 
AnswerRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 22:12
mveRichard MacCutchan8-Jun-12 22:12 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 22:26
praveen3g8-Jun-12 22:26 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 22:40
mveRichard MacCutchan8-Jun-12 22:40 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 23:04
praveen3g8-Jun-12 23:04 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 23:10
mveRichard MacCutchan8-Jun-12 23:10 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 23:15
praveen3g8-Jun-12 23:15 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 23:32
mveRichard MacCutchan8-Jun-12 23:32 
GeneralRe: Performance issue in XSL processing Pin
praveen3g9-Jun-12 0:07
praveen3g9-Jun-12 0:07 
GeneralRe: Performance issue in XSL processing Pin
Sasha Laurel18-Jul-12 13:11
Sasha Laurel18-Jul-12 13:11 
RantRe: Performance issue in XSL processing Pin
jinzai17-Jul-14 13:37
jinzai17-Jul-14 13:37 
I feel for this poster....

The issue is most likely poor XML and XSLT design. Too many people refuse to take the time to understand their data and XML and in the rush to 'get something working' they create a schema that is bloated, incomplete and that requires a lot of resources to even attempt to use.

Six days for 100MB? Yes - I can say that the schema does not represent the data well and the XSL is probably even worse because it must translate this rickety XML into something that might be even more poorly designed and implemented and it is apparent that the XSL has been where all of the changes and fixes have been applied.

For starters -- do not avoid using attributes simply because elements seem 'easier' -- they are not. Things that describe a thing -- are attributes. Things that own things -- are usually elements.

I post here because -- when you try to engineer a system and write the entire application at the same time -- all the while saying -- just get it running, we'll fill in the details later -- and also you take alot of shortcuts ('it will be easier if we do ....')....all you are doing is moving the work further down the line and making it more difficult....

There is a definite amount of work that must be done -- never assume that you can avoid it and do as much up front as you can.
QuestionA way to view and edit a xml file in the web browser Pin
Member 879241431-May-12 4:17
Member 879241431-May-12 4:17 
AnswerRe: A way to view and edit a xml file in the web browser Pin
Jim Meadors7-Jun-12 19:30
Jim Meadors7-Jun-12 19:30 
AnswerRe: A way to view and edit a xml file in the web browser Pin
Ger Hayden22-Jul-12 8:24
Ger Hayden22-Jul-12 8:24 
Questiona free xml tool to acquire xpath Pin
Qinbo ZHOU29-May-12 19:38
Qinbo ZHOU29-May-12 19:38 
QuestionXML Schema problem Pin
The_Infinite26-Apr-12 23:42
The_Infinite26-Apr-12 23:42 
AnswerRe: XML Schema problem Pin
Member 794572714-May-12 3:22
Member 794572714-May-12 3:22 
QuestionRemove a XMLnode - Pls help Pin
harvid24-Apr-12 18:24
harvid24-Apr-12 18:24 
AnswerRe: Remove a XMLnode - Pls help Pin
VJ Reddy24-Apr-12 22:02
VJ Reddy24-Apr-12 22:02 

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.