Click here to Skip to main content
15,914,444 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: using xslt params to search for elements Pin
Mike Ellison2-Oct-04 18:38
Mike Ellison2-Oct-04 18:38 
GeneralRe: using xslt params to search for elements Pin
Mike Hodnick2-Oct-04 18:56
Mike Hodnick2-Oct-04 18:56 
GeneralRe: using xslt params to search for elements Pin
Stuart Dootson2-Oct-04 22:04
professionalStuart Dootson2-Oct-04 22:04 
GeneralRe: using xslt params to search for elements Pin
Stuart Dootson2-Oct-04 22:36
professionalStuart Dootson2-Oct-04 22:36 
GeneralRe: using xslt params to search for elements Pin
Mike Hodnick3-Oct-04 2:07
Mike Hodnick3-Oct-04 2:07 
GeneralMY very own language Pin
shiko2-Oct-04 7:26
shiko2-Oct-04 7:26 
GeneralRe: MY very own language Pin
Alex Korchemniy16-Oct-04 11:27
Alex Korchemniy16-Oct-04 11:27 
QuestionHow to populate grid without reforming an xml Pin
manivannan.p2-Oct-04 2:05
manivannan.p2-Oct-04 2:05 
Hi,
I have an XML file, which contains several nodes like the ones below:

<saml:Attribute AttributeName="ssbAssertionVersion" AttributeNamespace="http://www.syntegra.com">
<saml:AttributeValue xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">1.0</saml:AttributeValue>
</saml:Attribute>

- <saml:Attribute AttributeName="cn" AttributeNamespace="http://www.syntegra.com">
<saml:AttributeValue xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">Doe Joanna B</saml:AttributeValue>
</saml:Attribute>

----> My objective is to , take the value present inside the tag, "saml:AttributeValue " and populate it in my custom grid control, which will accept the element name as a parameter and display its value.

Problems:
1. ELEMENT NAME IS THE SAME IN ALL THE NODES, "saml:AttributeValue".
2.I dont want to reframe a new xml file out of this present one, since it increases the processing time.
3.I cant give an xpath query, directly to the my custom grid control.it will accept only the element name of a xml file.

Please help me, if you can think of a logic, that has to finally make the 'saml:AttributeValue' element name unique,without reforming a new xml so that i can directly feed that into my grid control.

Thanks In advance,

Regs, Manivannan

GeneralXSL For Loop Problem while using variable Pin
jjjkkk1-Oct-04 12:21
jjjkkk1-Oct-04 12:21 
GeneralRe: XSL For Loop Problem while using variable Pin
Mike Ellison1-Oct-04 20:06
Mike Ellison1-Oct-04 20:06 
GeneralRe: XSL For Loop Problem while using variable Pin
jjjkkk4-Oct-04 12:08
jjjkkk4-Oct-04 12:08 
GeneralRe: XSL For Loop Problem while using variable Pin
jjjkkk4-Oct-04 12:16
jjjkkk4-Oct-04 12:16 
GeneralSaving an xml node alone Pin
Member 10971171-Oct-04 11:55
Member 10971171-Oct-04 11:55 
GeneralRe: Saving an xml node alone Pin
necroleak7-Oct-04 1:16
sussnecroleak7-Oct-04 1:16 
GeneralRe: Saving an xml node alone Pin
Member 10971177-Oct-04 9:57
Member 10971177-Oct-04 9:57 
Generalusing XML to save info..please help Pin
jmahdi30-Sep-04 11:17
jmahdi30-Sep-04 11:17 
GeneralRe: using XML to save info..please help Pin
jmahdi6-Oct-04 3:17
jmahdi6-Oct-04 3:17 
GeneralRe: using XML to save info..please help Pin
DavidNohejl7-Oct-04 10:00
DavidNohejl7-Oct-04 10:00 
GeneralRe: using XML to save info..please help Pin
jmahdi16-Oct-04 4:53
jmahdi16-Oct-04 4:53 
GeneralRe: using XML to save info..please help Pin
DavidNohejl18-Oct-04 0:39
DavidNohejl18-Oct-04 0:39 
Generalresolving external data... Pin
theJazzyBrain29-Sep-04 23:54
theJazzyBrain29-Sep-04 23:54 
GeneralXML Serialization problem Pin
Member 95766529-Sep-04 12:30
Member 95766529-Sep-04 12:30 
GeneralMS-SOAP TK &amp; SSL/HTTPS problem Pin
Nirav Doshi28-Sep-04 6:45
Nirav Doshi28-Sep-04 6:45 
GeneralRe: MS-SOAP TK &amp; SSL/HTTPS problem Pin
eduardo.s.ferreira15-Nov-09 9:40
eduardo.s.ferreira15-Nov-09 9:40 
GeneralXPath expression not working in xslt stylesheet Pin
suzyb28-Sep-04 2:36
suzyb28-Sep-04 2:36 

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.