Click here to Skip to main content
15,923,087 members
Home / Discussions / XML / XSL
   

XML / XSL

 
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 
GeneralRe: Process XML from inside XML Pin
Phil Hobgen7-Mar-05 20:25
Phil Hobgen7-Mar-05 20:25 
Hi,

As it appears here, your xml is not valid. The "<" character cannot appear within an atribute value, unless you escape it as &lt; Also you have " charaters embedded within an attribute value that uses the same " character to enclose the attribute value, you could escape the inner quotes as &quot;

You need to fix the xml before you can look at the xslt. Are you able to change the xml structure?

If the attribute must contain xml, then you will have to escape the appropriate characters, after that you will be able to use the value-of element to retrieve the escaped xml. At that point, I guess you would need to 'un-escape' it.

Sounds complicated...

Good Luck,

Cheers

Phil Hobgen
barbari.co.uk
Southampton, UK
GeneralRe: Process XML from inside XML Pin
DavidNohejl8-Mar-05 9:23
DavidNohejl8-Mar-05 9:23 
GeneralRe: Process XML from inside XML Pin
Phil Hobgen8-Mar-05 10:20
Phil Hobgen8-Mar-05 10:20 
GeneralRe: Process XML from inside XML Pin
DavidNohejl8-Mar-05 9:24
DavidNohejl8-Mar-05 9:24 
GeneralRe: Process XML from inside XML Pin
Phil Hobgen8-Mar-05 12:08
Phil Hobgen8-Mar-05 12:08 
GeneralPassing XmlDocument from VB .NET to VC++ Pin
alfonx28-Feb-05 9:00
alfonx28-Feb-05 9:00 
GeneralPage Header/Footer in HTML Pin
dotnetquery27-Feb-05 20:18
dotnetquery27-Feb-05 20:18 
GeneralRe: Page Header/Footer in HTML Pin
Phil Hobgen28-Feb-05 8:10
Phil Hobgen28-Feb-05 8:10 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl28-Feb-05 8:17
DavidNohejl28-Feb-05 8:17 
GeneralRe: Page Header/Footer in HTML Pin
dotnetquery28-Feb-05 21:36
dotnetquery28-Feb-05 21:36 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl2-Mar-05 0:38
DavidNohejl2-Mar-05 0:38 
GeneralRe: Page Header/Footer in HTML Pin
dotnetquery2-Mar-05 1:41
dotnetquery2-Mar-05 1:41 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl2-Mar-05 2:18
DavidNohejl2-Mar-05 2:18 
GeneralRe: Page Header/Footer in HTML Pin
Abuhijleh5-Mar-05 23:24
Abuhijleh5-Mar-05 23:24 
Generalclickety police Pin
DavidNohejl6-Mar-05 1:35
DavidNohejl6-Mar-05 1:35 
GeneralDisplay Image from XML source Pin
dotnetquery27-Feb-05 18:13
dotnetquery27-Feb-05 18:13 
GeneralRe: Display Image from XML source Pin
Phil Hobgen28-Feb-05 8:38
Phil Hobgen28-Feb-05 8:38 
GeneralRe: Display Image from XML source Pin
dotnetquery28-Feb-05 18:14
dotnetquery28-Feb-05 18:14 

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.