Click here to Skip to main content
16,007,843 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: selected value in select box using xsl,xml Pin
MS le Roux6-Jun-02 3:08
MS le Roux6-Jun-02 3:08 
GeneralRe: selected value in select box using xsl,xml Pin
SimonS10-Jun-02 4:38
SimonS10-Jun-02 4:38 
GeneralRe: selected value in select box using xsl,xml Pin
28-Jun-02 4:59
suss28-Jun-02 4:59 
GeneralRe: selected value in select box using xsl,xml Pin
9-Jul-02 16:59
suss9-Jul-02 16:59 
GeneralSQLXML Schemas Pin
5-Jun-02 0:27
suss5-Jun-02 0:27 
GeneralRe: SQLXML Schemas Pin
jkgh20-Jun-02 7:32
jkgh20-Jun-02 7:32 
GeneralXMLNS issues with XSL transformation. Pin
Domenic Denicola2-Jun-02 16:43
Domenic Denicola2-Jun-02 16:43 
GeneralRe: XMLNS issues with XSL transformation. Pin
Wictor Wilén18-Jun-02 1:26
Wictor Wilén18-Jun-02 1:26 
Heya,
to get rid of the unnecessary XSL/XML info in your ouptut data then put the attribute 'exclude-result-prefixes' in the xsl:stylesheet node, like this:

<xsl:stylesheet
="" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mhc="/PageWriter/TemplateSchema.xsd" exclude-result-prefixes="MHC">

Just space-separate all the namespace prefixes you do not want in the result.

I also set the 'omit-xml-declaration' to "yes" in the xsl:output element to get rid of the XML declaration.

/WW
GeneralRe: XMLNS issues with XSL transformation. Pin
Domenic Denicola18-Jun-02 10:21
Domenic Denicola18-Jun-02 10:21 
GeneralEmbed JavaScript into XSL Pin
Julz31-May-02 4:20
Julz31-May-02 4:20 
GeneralRe: Embed JavaScript into XSL Pin
Erik Westermann31-May-02 8:54
professionalErik Westermann31-May-02 8:54 
GeneralRe: Embed JavaScript into XSL Pin
Julz3-Jun-02 3:21
Julz3-Jun-02 3:21 
GeneralHandling same element with different types. Pin
nay24-May-02 9:02
nay24-May-02 9:02 
GeneralRe: Handling same element with different types. Pin
Michael A. Barnhart24-May-02 10:34
Michael A. Barnhart24-May-02 10:34 
GeneralTwo questions Pin
Richard Deeming20-May-02 1:57
mveRichard Deeming20-May-02 1:57 
GeneralRe: Two questions Pin
Erik Westermann21-May-02 17:19
professionalErik Westermann21-May-02 17:19 
GeneralRe: Two questions Pin
Richard Deeming21-May-02 22:32
mveRichard Deeming21-May-02 22:32 
GeneralCompare XML files Pin
16-May-02 19:51
suss16-May-02 19:51 
GeneralRe: Compare XML files Pin
Mike.NET17-May-02 13:45
Mike.NET17-May-02 13:45 
GeneralRe: Compare XML files Pin
Sebastian Weber6-Jun-02 6:18
Sebastian Weber6-Jun-02 6:18 
Generaldynamic display of image from XML source Pin
16-May-02 4:23
suss16-May-02 4:23 
GeneralRe: dynamic display of image from XML source Pin
Christopher Lord23-Jun-02 8:08
Christopher Lord23-Jun-02 8:08 
GeneralRe: dynamic display of image from XML source Pin
jkgh24-Jun-02 0:46
jkgh24-Jun-02 0:46 
GeneralSpace in XML Pin
Hitu14-May-02 18:33
Hitu14-May-02 18:33 
GeneralRe: Space in XML Pin
MS le Roux14-May-02 20:19
MS le Roux14-May-02 20:19 

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.