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

XML / XSL

 
GeneralDynamic Link Creation in ASP.Net Page /XSL Pin
laker_6616-Jan-04 7:27
laker_6616-Jan-04 7:27 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 0:53
mentorNot Active19-Jan-04 0:53 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
laker_6619-Jan-04 6:25
laker_6619-Jan-04 6:25 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 10:12
mentorNot Active19-Jan-04 10:12 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Matthew Hazlett28-Jan-04 8:32
Matthew Hazlett28-Jan-04 8:32 
QuestionHow to fill the fields of IE's web page from within VB or C++ ? Pin
John Thomas15-Jan-04 6:13
John Thomas15-Jan-04 6:13 
AnswerRe: How to fill the fields of IE's web page from within VB or C++ ? Pin
Anonymous8-Feb-04 19:19
Anonymous8-Feb-04 19:19 
GeneralXSLT for converting an XML document to Text file Pin
cheezdog14-Jan-04 22:38
cheezdog14-Jan-04 22:38 
I'm needing to convert a supplied XML file into a text file to submit to a lodgement system.

<Extraction>
<BBRequest>
<BBB>Greg</BBB>
<ABC>Y</ABC>
<GKS>5000</GKS>
<POAddress>
<ABH>5 Rode rd</ABH>
<ABI>Hawthorne</ABI>
<ABJ>Brisbane</ABJ>
<ABK>4052</ABK>
</POAddress>
<POD>10</POD>
</BBRequest>
<ITLRequest>
<AWR>IV</AWR>
<ABB>2003</ABB>
<YYT>05072003</YYT>
<CZK>N</CZK>
<ABE>MRS</ABE>
<ABF>STEWART</ABF>
<ABG>JOY</ABG>
<BBB>LYNETTEV</BBB>
<POAddress>
<ABH>20 Waterworks Rd</ABH>
<AME>ALFREDTON</AME>
<AMF>VIC</AMF>
<APE>3350</APE>
</POAddress>
<HomeAddress>
<ABK>20 LAUDERDALE AVENUE</ABK>
<AXQ>ALFREDTON</AXQ>
<AXR>VIC</AXR>
<APH>3350</APH>
</HomeAddress>
<ACG>N</ACG>
<AMB>300</AMB>
<ANJ>C</ANJ>
<ABP>cleaner</ABP>
<ABO>9111</ABO>
<ATY>28630</ATY>
<ATD>5913</ATD>
<GKS>5885453745</GKS>
</ITLRequest>
</Extraction>

The required text file needs each request (BBRequest and ITLRequest) on a seperate line, and to have the list number at the front. Each of the 3 Letter Nodes (e.g. GKS)has to be put in the format ^NNNVVV (Nodename and Value). Finally, the count of requests has to be at the bottom.

00001^BBBGreg^ABCY^GKS5000^POAddress^ABH5 Rode rd^ABIHawthorne^ABJBrisbane^ABK4052^POD10^ZZZ
00002^AWRIV^ABB2003^YYT05072003^CZKN^ABEMRS^ABFSTEWART^ABGJOY^BBBLYNETTEV^ABH20 Waterworks Rd^AMEALFREDTON^AMFVIC^APE3350^ABK20 LAUDERDALE AVENUE^AXQALFREDTON^AXRVIC^APH3350^ACGN^AMB300^ANJC^ABPcleaner^ABO9111^ATY28630^ATD5913^GKS5885453745^ZZZ
Count: 2

The main problem I'm having is working out how to get the three letter node name into the final document, and how to list each transaction.

Any help would be muchly appreciated.

GeneralRe: XSLT for converting an XML document to Text file Pin
Philip Fitzsimons15-Jan-04 2:48
Philip Fitzsimons15-Jan-04 2:48 
GeneralHTTP Get-Post and XML Pin
Monty29-Jan-04 0:52
Monty29-Jan-04 0:52 
GeneralRe: HTTP Get-Post and XML Pin
Not Active13-Jan-04 3:42
mentorNot Active13-Jan-04 3:42 
GeneralRe: HTTP Get-Post and XML Pin
laker_6619-Jan-04 9:57
laker_6619-Jan-04 9:57 
GeneralJSP and Tomcat Pin
The_Server9-Jan-04 0:24
The_Server9-Jan-04 0:24 
GeneralRe: JSP and Tomcat Pin
ZoogieZork9-Jan-04 2:06
ZoogieZork9-Jan-04 2:06 
GeneralRe: JSP and Tomcat Pin
The_Server9-Jan-04 2:18
The_Server9-Jan-04 2:18 
GeneralRe: JSP and Tomcat Pin
ZoogieZork9-Jan-04 17:28
ZoogieZork9-Jan-04 17:28 
GeneralRe: JSP and Tomcat Pin
The_Server10-Jan-04 21:46
The_Server10-Jan-04 21:46 
GeneralRSS Feed not displaying properly Pin
AAntix7-Jan-04 8:02
AAntix7-Jan-04 8:02 
QuestionXSLT of data extracted via XPath? Pin
AndrewCherry3-Jan-04 17:01
AndrewCherry3-Jan-04 17:01 
AnswerRe: XSLT of data extracted via XPath? Pin
avnrao4-Jan-04 23:37
avnrao4-Jan-04 23:37 
Generalxml transform Pin
samo7a2-Jan-04 11:10
samo7a2-Jan-04 11:10 
GeneralRe: xml transform Pin
Heath Stewart2-Jan-04 11:51
protectorHeath Stewart2-Jan-04 11:51 
GeneralSerializing web server controls Pin
Rafik2-Jan-04 10:33
Rafik2-Jan-04 10:33 
GeneralRe: Serializing web server controls Pin
Heath Stewart2-Jan-04 11:49
protectorHeath Stewart2-Jan-04 11:49 
GeneralSerializing Arrays in .NET Pin
mohn331031-Dec-03 15:07
mohn331031-Dec-03 15:07 

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.