Click here to Skip to main content
15,890,946 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralTree View with text as nodes..help please Pin
help_cplus25-Nov-04 0:22
help_cplus25-Nov-04 0:22 
GeneralRe: Tree View with text as nodes..help please Pin
help_cplus25-Nov-04 0:25
help_cplus25-Nov-04 0:25 
GeneralXML Web Service Pin
Rofida Refat23-Nov-04 20:33
sussRofida Refat23-Nov-04 20:33 
GeneralXSLT with Dataset.SaveXML Pin
PeterNilsJohnson23-Nov-04 2:58
PeterNilsJohnson23-Nov-04 2:58 
GeneralSQLXML Issue Pin
Anonymous22-Nov-04 19:24
Anonymous22-Nov-04 19:24 
GeneralXSL with Javascript issue when using XslTransform. Pin
Bart-Man22-Nov-04 8:24
Bart-Man22-Nov-04 8:24 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
DavidNohejl22-Nov-04 8:44
DavidNohejl22-Nov-04 8:44 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
Bart-Man22-Nov-04 9:00
Bart-Man22-Nov-04 9:00 
Thanks for the reply,

It still didn't work, it just left the &.l.t.; (kept formating it as <) in the javascript code. I saw a code blurb where they suggested commenting out the "<![CDATA" section with // so it won't resolve that.

At any rate here is a snippet of the code I am trying to do.
------------------------------------------------------------

<?xml version='1.0'?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html"/>
<xsl:template match="/">
<HTML>
<BODY>
<SCRIPT type="text/javascript">
//<![CDATA[
function test()
{
// Note, in this example the < has "." between them to keep the formating, since the forum kept reformating it as "<"Smile | :)
for(int index=0;index&.l.t.;10;index++)
{
... Do something here.
}
}
//]]>;
</SCRIPT>
...
...

It doesn't make any sense why this isn't working.
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
DavidNohejl22-Nov-04 9:36
DavidNohejl22-Nov-04 9:36 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
Bart-Man22-Nov-04 10:12
Bart-Man22-Nov-04 10:12 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
Philip Fitzsimons30-Nov-04 2:54
Philip Fitzsimons30-Nov-04 2:54 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
Philip Fitzsimons30-Nov-04 2:53
Philip Fitzsimons30-Nov-04 2:53 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
DavidNohejl30-Nov-04 4:00
DavidNohejl30-Nov-04 4:00 
QuestionHow to add attributes to element? Please help Pin
manivannan.p20-Nov-04 7:08
manivannan.p20-Nov-04 7:08 
AnswerRe: How to add attributes to element? Please help Pin
Ajit K24-Nov-04 3:50
Ajit K24-Nov-04 3:50 
GeneralEditing XML in a user friendly manner Pin
profoundwhispers18-Nov-04 7:13
profoundwhispers18-Nov-04 7:13 
GeneralValidating xml against schema using System.Xml in unmanagedC++ Pin
Murlai16-Nov-04 3:47
Murlai16-Nov-04 3:47 
GeneralRe: Validating xml against schema using System.Xml in unmanagedC++ Pin
DavidNohejl16-Nov-04 4:21
DavidNohejl16-Nov-04 4:21 
GeneralRe: Validating xml against schema using System.Xml in unmanagedC++ Pin
Murlai16-Nov-04 19:31
Murlai16-Nov-04 19:31 
GeneralRe: Validating xml against schema using System.Xml in unmanagedC++ Pin
DavidNohejl16-Nov-04 22:56
DavidNohejl16-Nov-04 22:56 
Generalinitial xml template with xmldatadocument Pin
Raduenzel12-Nov-04 3:37
Raduenzel12-Nov-04 3:37 
GeneralHosting xml editor in WinForm application Pin
Member 151042610-Nov-04 14:20
Member 151042610-Nov-04 14:20 
GeneralXML Serialization Pin
colin mcadam10-Nov-04 9:19
colin mcadam10-Nov-04 9:19 
GeneralRe: XML Serialization Pin
Philip Fitzsimons12-Nov-04 6:23
Philip Fitzsimons12-Nov-04 6:23 
GeneralValidate xml against schema, C# Pin
berlinbrown10-Nov-04 4:48
berlinbrown10-Nov-04 4:48 

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.