Click here to Skip to main content
15,900,907 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Memory leak? Pin
LaxRoth21-Jul-05 21:04
LaxRoth21-Jul-05 21:04 
GeneralXML to Text with "C#" Pin
fcn][Stampede17-Jul-05 9:07
fcn][Stampede17-Jul-05 9:07 
GeneralRe: XML to Text with "C#" Pin
Gavin Jeffrey17-Jul-05 21:02
Gavin Jeffrey17-Jul-05 21:02 
Generalchange in schema file Pin
qadirchalla@yahoo.com17-Jul-05 1:50
qadirchalla@yahoo.com17-Jul-05 1:50 
GeneralXSLT HTML > XML Transform Pin
eggie514-Jul-05 7:06
eggie514-Jul-05 7:06 
GeneralRe: XSLT HTML > XML Transform Pin
DavidNohejl14-Jul-05 7:38
DavidNohejl14-Jul-05 7:38 
GeneralRe: XSLT HTML > XML Transform Pin
malharone22-Jul-05 10:33
malharone22-Jul-05 10:33 
GeneralRe: XSLT HTML > XML Transform Pin
DavidNohejl22-Jul-05 10:48
DavidNohejl22-Jul-05 10:48 
malharone wrote:
Your inverse XSLT may not always be accurate.

You are of course right.

Key phrase in my "solution" is
If the transformation is "1:1"

I had in mind some special cases... Smile | :)

example:
// xml
<article>
<title>My Article</title>
<author>Me</author>
<chapter>Chapter 1</chapter>
<text>My Article</text>
</article>

//html
<html>
<head>
<title>My Article</title>
</head>
<body>
<h1>My Article</h1>
<p>My Article</p>
<center>© Me 2005</center>
</body>
</html>

should be easy no?

David

"Stay Kul And Happy" I.A.
GeneralRe: XSLT HTML &gt; XML Transform Pin
malharone22-Jul-05 10:53
malharone22-Jul-05 10:53 
GeneralRe: XSLT HTML &gt; XML Transform Pin
DavidNohejl22-Jul-05 11:03
DavidNohejl22-Jul-05 11:03 
Generalxml and crystal report Pin
yitong13-Jul-05 20:42
yitong13-Jul-05 20:42 
GeneralXML to DataGrid Pin
Anonymous12-Jul-05 9:50
Anonymous12-Jul-05 9:50 
GeneralRe: XML to DataGrid Pin
rudy.net15-Jul-05 18:38
rudy.net15-Jul-05 18:38 
GeneralXML and &amp;amp Pin
wopa12-Jul-05 5:33
wopa12-Jul-05 5:33 
GeneralRe: XML and &amp Pin
DavidNohejl12-Jul-05 6:38
DavidNohejl12-Jul-05 6:38 
GeneralRe: XML and &amp; Pin
wopa12-Jul-05 19:53
wopa12-Jul-05 19:53 
GeneralRe: XML and &amp; Pin
wopa12-Jul-05 20:02
wopa12-Jul-05 20:02 
GeneralRe: XML and &amp; Pin
DavidNohejl13-Jul-05 2:07
DavidNohejl13-Jul-05 2:07 
GeneralRe: XML and &amp; Pin
wopa13-Jul-05 2:46
wopa13-Jul-05 2:46 
GeneralRe: XML and &amp; Pin
DavidNohejl13-Jul-05 3:14
DavidNohejl13-Jul-05 3:14 
GeneralHelp in Xpath Pin
12-Jul-05 4:16
suss12-Jul-05 4:16 
GeneralRe: Help in Xpath Pin
Christian Graus12-Jul-05 13:36
protectorChristian Graus12-Jul-05 13:36 
GeneralRe: Help in Xpath Pin
satishrg13-Jul-05 8:29
satishrg13-Jul-05 8:29 
GeneralRe: Help in Xpath Pin
Christian Graus13-Jul-05 12:25
protectorChristian Graus13-Jul-05 12:25 
GeneralProblem msxml4.dll in IIS6 in windows 2003 server Pin
manuel.alvarez11-Jul-05 21:26
manuel.alvarez11-Jul-05 21:26 

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.