Click here to Skip to main content
15,900,108 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult23-Mar-12 12:23
mvePIEBALDconsult23-Mar-12 12:23 
AnswerRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy26-Mar-12 11:08
woopsydoozy26-Mar-12 11:08 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult26-Mar-12 16:52
mvePIEBALDconsult26-Mar-12 16:52 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 5:26
mvePIEBALDconsult28-Mar-12 5:26 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy28-Mar-12 5:53
woopsydoozy28-Mar-12 5:53 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 10:24
mvePIEBALDconsult28-Mar-12 10:24 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
woopsydoozy28-Mar-12 10:52
woopsydoozy28-Mar-12 10:52 
GeneralRe: XmlDocument.SelectNodes not working for namespace attributes Pin
PIEBALDconsult28-Mar-12 18:14
mvePIEBALDconsult28-Mar-12 18:14 
QuestionXPath query to return nodes based on a range within an attribute's value. Pin
Bill.Moo13-Mar-12 6:21
Bill.Moo13-Mar-12 6:21 
AnswerRe: XPath query to return nodes based on a range within an attribute's value. Pin
woopsydoozy16-Mar-12 7:43
woopsydoozy16-Mar-12 7:43 
GeneralRe: XPath query to return nodes based on a range within an attribute's value. Pin
Bill.Moo19-Mar-12 6:18
Bill.Moo19-Mar-12 6:18 
Questionreconfirm Pin
santoshkumar11876-Mar-12 7:06
santoshkumar11876-Mar-12 7:06 
AnswerRe: reconfirm Pin
Chandrasekharan P9-Apr-12 21:02
Chandrasekharan P9-Apr-12 21:02 
Questionxml data will not display on the screen on a php page Pin
awolarczuk1-Mar-12 0:05
awolarczuk1-Mar-12 0:05 
Questiongenerating html tree from xml file using xslt. Pin
anikbutt2210-Feb-12 1:41
anikbutt2210-Feb-12 1:41 
QuestionHow to open zipfile and xls Pin
Themba Zwane8-Feb-12 7:53
Themba Zwane8-Feb-12 7:53 
AnswerRe: How to open zipfile and xls Pin
Richard MacCutchan8-Feb-12 21:54
mveRichard MacCutchan8-Feb-12 21:54 
AnswerRe: How to open zipfile and xls Pin
ZurdoDev19-Mar-12 9:02
professionalZurdoDev19-Mar-12 9:02 
QuestionImplementing Apriori Algorithm with XQuery Pin
helloworld202018-Jan-12 1:47
helloworld202018-Jan-12 1:47 
Questionsplitting the xmlnode based on nodelength Pin
harinit11-Jan-12 22:20
harinit11-Jan-12 22:20 
AnswerRe: splitting the xmlnode based on nodelength Pin
chriselst13-Jan-12 0:48
chriselst13-Jan-12 0:48 
GeneralRe: splitting the xmlnode based on nodelength Pin
harinit16-Jan-12 22:37
harinit16-Jan-12 22:37 
Hi i am sorry for not explaining correctly...
My sample xml is as follows:

<Students>
  <Student>
    <roll id="1" />
    <StudName id="stud1" />
    <Class1 val="cls1" />
    <Class2 val="cls2" />
    <Class3 val="cls3" />
    <Class4 val="cls4" />
    <Class5 val="cls5" />
    <Class6 val="cls6" />
  </Student>
  <Student>
    <roll id="2" />
    <StudName id="stud2"/>
    <Class1 val="cls7" />
    <Class2 val="cls8" />
    <Class3 val="cls9" />
    <Class4 val="cls10" />
    <Class5 val="cls11" />
    <Class6 val="cls12" />
    </Student>
  <Student>
    <roll id="3" />
    <StudName id="stud3" />
    <Class1 val="cls13" />
    <Class2 val="cls14" />
    <Class3 val="cls15" />
    <Class4 val="cls16" />
    <Class5 val="cls17" />
    <Class6 val="cls18" />
    </Student>
  <Student>
    <roll id="4" />
    <StudName id="stud4" />
    <Class1 val="cls19" />
    <Class2 val="cls20" />
    <Class3 val="cls21" />
    <Class4 val="cls22" />
    <Class5 val="cls23" />
    <Class6 val="cls24" />
   </Student>
  <Student>
    <roll id="5" />
    <StudName id="stud5" />
    <Class1 val="cls25" />
    <Class2 val="cls26" />
    <Class3 val="cls27" />
    <Class4 val="cls28" />
    <Class5 val="cls29" />
    <Class6 val="cls30" />
   </Student>
</Students>


We need to get the length of xml node including child nodes.
Suppose if the length of xml exceeds the configured length then it should be formatted as small xml file with root elements.

Example: consider the <student> node(including child nodes) exceedes the length 100 then we should format the xml as given below using XSLT.

<Students>
  <Student>
    <roll id="1" />
    <StudName id="stud1" />
    <Class1 val="cls1" />
    <Class2 val="cls2" />
    <Class3 val="cls3" />
    <Class4 val="cls4" />
    <Class5 val="cls5" />
    <Class6 val="cls6" />
  </Student>
</Students>



<Students>
  <Student>
    <roll id="2" />
    <StudName id="stud2"/>
    <Class1 val="cls7" />
    <Class2 val="cls8" />
    <Class3 val="cls9" />
    <Class4 val="cls10" />
    <Class5 val="cls11" />
    <Class6 val="cls12" />
  </Student>
</Students>

AnswerRe: splitting the xmlnode based on nodelength Pin
woopsydoozy16-Mar-12 7:59
woopsydoozy16-Mar-12 7:59 
QuestionVStudio and xsd.exe create different schema Pin
Tomerland4-Jan-12 10:22
Tomerland4-Jan-12 10:22 
Questionhow to look for a VALUE in an xml document. Not a node. Pin
dotolee12-Dec-11 7:22
dotolee12-Dec-11 7:22 

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.