Problem with XSL "

Problem with XSL "

Post by Prashant Shett » Sat, 20 Jul 2002 18:42:51



Hi,
   My problem is that when I convert one XML to another using XSLT, the quotes(  " ) in the original XML gets converted into actual quotes ( " ) in the new XML file. But I would like to retain it in the new XML. Is there any way we can do that ?

Thanks,
Prashant.

 
 
 

Problem with XSL "

Post by those who know me have no need of my nam » Tue, 23 Jul 2002 04:31:15


in comp.unix.programmer i read:

Quote:>   My problem is that when I convert one XML to another using XSLT, the
>   quotes( " ) in the original XML gets converted into actual quotes
>   ( " ) in the new XML file. But I would like to retain it in the new
>   XML. Is there any way we can do that ?

your selection of groups mystifies me.  my guess is that you need to change
your stylesheet.

--
bringing you boring signatures for 17 years

 
 
 

Problem with XSL "

Post by William Aher » Thu, 25 Jul 2002 11:00:04



> Hi,
>    My problem is that when I convert one XML to another using XSLT, the quotes(  " ) in the original XML gets converted into actual quotes ( " ) in the new XML file. But I would like to retain it in the new XML. Is there any way we can do that ?
> Thanks,
> Prashant.

this is well-defined behavior. check the options available for your xslt
engine and learn more about the tag <xsl:output>. also, c/o comp.text.xml.

FYI, this is what I used to get around this problem (the the specifics elude
me, but note that i'm using the xsltproc from libxslt; YMMV):

...
<xsl:output method="html" encoding="US-ASCII" standalone="no" indent="yes"/>
...

Bill

 
 
 

1. "access" < 0 && "errno" == 0 ??

Dear AIXers,

I just got a disgnostic file from a customer running AIX 4.2.2.

Our program (generated on AIX 4.1.) did a
   rc = access ( path_name , 0 );
and got a result of
   rc < 0    errno == 0

According to "man" (for both 4.1 and 4.3), a second parameter
("mode") of 0 is legal and causes file existence to be checked.

From these manuals, I have no idea which situation could produce
such a result.
Does anybody have any clue here ?

TIA,
Joerg Bruehe

--
Joerg Bruehe, SQL Datenbanksysteme GmbH, Berlin, Germany
     (speaking only for himself)

2. Installing Linux from a Zip drive?

3. problems initializing tr0 (3C619) - "Token Ring timeout" & "Device not configured"

4. FDISK and EIDE ...

5. RH6 & ISAPnP & "Modem Busy" problems

6. Ftpmail scripts/code

7. GETSERVBYNAME()????????????????????"""""""""""""

8. 'tar' command and sockets

9. Problem with Linux `date` & "sleep" problem

10. """"""""My SoundBlast 16 pnp isn't up yet""""""""""""

11. Problems with "df" and "du" on "/var"

12. Kmail - Difference "Date" & "Order of Arrival" field

13. LINUX gives me "out of memory" & "killed" why?