Click here to Skip to main content
15,925,723 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Conditional Tables Pin
DavidNohejl17-Mar-05 6:47
DavidNohejl17-Mar-05 6:47 
GeneralRe: Conditional Tables Pin
Bassam Abdul-Baki18-Mar-05 7:04
professionalBassam Abdul-Baki18-Mar-05 7:04 
GeneralRe: Conditional Tables Pin
raman_learn10-Apr-05 19:04
raman_learn10-Apr-05 19:04 
GeneralRe: Conditional Tables Pin
Bassam Abdul-Baki11-Apr-05 2:04
professionalBassam Abdul-Baki11-Apr-05 2:04 
GeneralLearning XML :confused: Pin
ComplexLifeForm15-Mar-05 7:25
ComplexLifeForm15-Mar-05 7:25 
GeneralRe: Learning XML :confused: Pin
DavidNohejl15-Mar-05 9:00
DavidNohejl15-Mar-05 9:00 
GeneralProblem while savinh an XML file Pin
MaheshKumarV15-Mar-05 3:18
MaheshKumarV15-Mar-05 3:18 
GeneralRe: Problem while savinh an XML file Pin
Wilbur J. Pereira29-Mar-05 2:54
Wilbur J. Pereira29-Mar-05 2:54 
GeneralHacked Pin
lawson0014-Mar-05 6:37
lawson0014-Mar-05 6:37 
GeneralRe: Hacked Pin
DavidNohejl14-Mar-05 7:05
DavidNohejl14-Mar-05 7:05 
GeneralRe: Hacked Pin
lawson0014-Mar-05 8:01
lawson0014-Mar-05 8:01 
Questionhow to import and export xml file one machine to another machine in vb.net as well as asp.net Pin
vidyashankar14-Mar-05 4:58
vidyashankar14-Mar-05 4:58 
AnswerRe: how to import and export xml file one machine to another machine in vb.net as well as asp.net Pin
Bahadir Cambel14-Mar-05 5:49
Bahadir Cambel14-Mar-05 5:49 
Generalxml to wbxml Pin
Vish_4_u11-Mar-05 3:14
Vish_4_u11-Mar-05 3:14 
GeneralCreating an XML document from a dataset Pin
kmenezes10-Mar-05 14:06
kmenezes10-Mar-05 14:06 
Generalxml packet Pin
trupgmtuf10-Mar-05 8:29
susstrupgmtuf10-Mar-05 8:29 
QuestionXSL GetDate function ? Pin
kitntodd10-Mar-05 5:22
kitntodd10-Mar-05 5:22 
AnswerRe: XSL GetDate function ? Pin
Phil Hobgen10-Mar-05 13:04
Phil Hobgen10-Mar-05 13:04 
GeneralRe: XSL GetDate function ? Pin
kitntodd10-Mar-05 15:45
kitntodd10-Mar-05 15:45 
GeneralXML reading Error.. Pin
vinu.netguy9-Mar-05 20:49
vinu.netguy9-Mar-05 20:49 
GeneralRe: XML reading Error.. Pin
DavidNohejl10-Mar-05 2:03
DavidNohejl10-Mar-05 2:03 
GeneralXML Error.. Pin
vinu.netguy9-Mar-05 20:41
vinu.netguy9-Mar-05 20:41 
GeneralMS Access to oracle thro XML . How to do it Pin
Member 17406158-Mar-05 7:48
Member 17406158-Mar-05 7:48 
GeneralBest performance binary encoding Pin
GuimaSun8-Mar-05 7:39
GuimaSun8-Mar-05 7:39 
GeneralProcess XML from inside XML Pin
Adam Gritt7-Mar-05 7:51
Adam Gritt7-Mar-05 7:51 
I am having an issue. I need to perform an xslt on an xml document however the document contains xml encoded inside the xml (see sample below). I need to know how to pull out the inner xml so I can parse it from inside an xslt transform. Any help is greatly appreciated.

(code)

<?xml version="1.0" encoding="utf-8" ?>
<Thomson.Financial.T1Link.APIResponse>
<Variable Name="_result" Value="&lt;ALL_RESULTS request=&quot;10054&quot;&gt;&lt;SEQUENCE id=&quot;1&quot;&gt;&lt;BETALink_XMLResponse&gt;&lt;HeaderInfo RecordCount=&quot;1&quot; /&gt;&lt;Warnings /&gt;&lt;Data&gt;&lt;row&gt;&lt;BetaLinkUserId&gt;895288&lt;/BetaLinkUserId&gt;&lt;FirmNo&gt;990&lt;/FirmNo&gt;&lt;SubNo&gt;990&lt;/SubNo&gt;&lt;EntityKey&gt;39172390-D9FC-4B4D-9744-8B168F0B3842&lt;/EntityKey&gt;&lt;/row&gt;&lt;/Data&gt;&lt;/BETALink_XMLResponse&gt;&lt;/SEQUENCE&gt;&lt;/ALL_RESULTS&gt;" Value_Type="System.String" />
<Variable Name="_errors" Value="&lt;ALL_RESULTS request=&quot;10054&quot;&gt;&lt;SEQUENCE id=&quot;1&quot;&gt;&lt;/SEQUENCE&gt;&lt;/ALL_RESULTS&gt;" Value_Type="System.String" />
<Variable Name="_warnings" Value="&lt;ALL_RESULTS request=&quot;10054&quot;&gt;&lt;SEQUENCE id=&quot;1&quot;&gt;&lt;Warnings /&gt;&lt;/SEQUENCE&gt;&lt;/ALL_RESULTS&gt;" Value_Type="System.String" />
</Thomson.Financial.T1Link.APIResponse>

(/code)

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.