Click here to Skip to main content
15,905,322 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: FOP MEMORY Problem Pin
Stuart Dootson17-Jul-06 22:28
professionalStuart Dootson17-Jul-06 22:28 
GeneralRe: FOP MEMORY Problem Pin
Support12317-Jul-06 5:05
Support12317-Jul-06 5:05 
GeneralRe: FOP MEMORY Problem Pin
Support12317-Jul-06 5:17
Support12317-Jul-06 5:17 
QuestionHow to create dynamic classes from XML file? Pin
Amol Ravatale16-Jul-06 21:46
Amol Ravatale16-Jul-06 21:46 
QuestionURGENT Pin
biaali16-Jul-06 20:13
biaali16-Jul-06 20:13 
AnswerRe: URGENT Pin
Gavin Jeffrey16-Jul-06 20:54
Gavin Jeffrey16-Jul-06 20:54 
QuestionRe: URGENT [modified] Pin
biaali17-Jul-06 1:46
biaali17-Jul-06 1:46 
Questionproblem with transforming only a part of xml file Pin
sishya16-Jul-06 1:08
sishya16-Jul-06 1:08 
Hi guys,

i am transforming an file called XMLFile.xml along with the appropriate xslt file
like this:
XPathDocument surveyDoc = new XPathDocument(Server.MapPath("XMLFile.xml"));

// Load the xslt to do the transformations
XslTransform transform = new XslTransform();
transform.Load(Server.MapPath("dynamicControls.xslt"));

// Get the transformed result
StringWriter sw = new StringWriter();
transform.Transform(surveyDoc, null, sw);

But the xmlfile.xml contents are like:
<formname name="BusinessUnit">
details

followed by another form details.
<formname name="foreign unit">
details


so i want to specify the required formname in new XPathDocument=(Server.MapPath("XMLFile.xml")); //i.e BusinessUnit for ex: not the entire
xml file how can i pass only the required xml content(i.e only a part of the xml file containing required form details) want for transformation.I.e i dont want to transform foreign unit part also within the xml file.Please throw some light on this.

Thks in advance,

-- modified at 9:48 Sunday 16th July, 2006
QuestionXSL to XML and preserve line breaks [modified] Pin
David Fawn15-Jul-06 2:23
David Fawn15-Jul-06 2:23 
QuestionAnother problem... Pin
Support12313-Jul-06 22:01
Support12313-Jul-06 22:01 
QuestionRe: Another problem... [modified] Pin
Support12313-Jul-06 22:07
Support12313-Jul-06 22:07 
QuestionHow to change cursor in SVG document? Pin
Yeast2713-Jul-06 7:33
Yeast2713-Jul-06 7:33 
QuestionXQuery : Filter out duplicates [modified] Pin
DIMPLE_R13-Jul-06 0:47
DIMPLE_R13-Jul-06 0:47 
AnswerRe: XQuery : Filter out duplicates Pin
DIMPLE_R13-Jul-06 2:34
DIMPLE_R13-Jul-06 2:34 
QuestionXPath: finding nodes that have an attribute containing a word Pin
Taka Muraoka12-Jul-06 0:51
Taka Muraoka12-Jul-06 0:51 
AnswerRe: XPath: finding nodes that have an attribute containing a word Pin
Dustin Metzgar12-Jul-06 9:15
Dustin Metzgar12-Jul-06 9:15 
GeneralRe: XPath: finding nodes that have an attribute containing a word Pin
led mike12-Jul-06 9:17
led mike12-Jul-06 9:17 
GeneralRe: XPath: finding nodes that have an attribute containing a word Pin
Dustin Metzgar12-Jul-06 10:01
Dustin Metzgar12-Jul-06 10:01 
GeneralRe: XPath: finding nodes that have an attribute containing a word Pin
Taka Muraoka12-Jul-06 20:46
Taka Muraoka12-Jul-06 20:46 
QuestionWeb Services, (.NET), WSE 3.0 Pin
Jawz-X11-Jul-06 6:34
Jawz-X11-Jul-06 6:34 
AnswerRe: Web Services, (.NET), WSE 3.0 Pin
led mike12-Jul-06 9:25
led mike12-Jul-06 9:25 
GeneralRe: Web Services, (.NET), WSE 3.0 Pin
Jawz-X13-Jul-06 7:18
Jawz-X13-Jul-06 7:18 
GeneralRe: Web Services, (.NET), WSE 3.0 Pin
led mike13-Jul-06 7:58
led mike13-Jul-06 7:58 
QuestionSpeech / dictation add-ins Pin
Mike Osbahr11-Jul-06 5:18
Mike Osbahr11-Jul-06 5:18 
Questionusing .NET XslCompiledTransform? Pin
CherezZaboro10-Jul-06 11:29
CherezZaboro10-Jul-06 11:29 

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.