Click here to Skip to main content
15,886,362 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionUsing Two "group-adjacent" Pin
gandhiaryah4-Jan-06 2:36
gandhiaryah4-Jan-06 2:36 
Questiondirecting to a root directory in xml Pin
SpeBeeTo3-Jan-06 12:09
SpeBeeTo3-Jan-06 12:09 
AnswerRe: directing to a root directory in xml Pin
Curtis Schlak.3-Jan-06 12:14
Curtis Schlak.3-Jan-06 12:14 
QuestionConver XML data To Excelsheet Pin
Chetan Ranpariya2-Jan-06 17:43
Chetan Ranpariya2-Jan-06 17:43 
QuestionGrouping XML Elements using XSLT Pin
gandhiaryah28-Dec-05 19:57
gandhiaryah28-Dec-05 19:57 
AnswerRe: Grouping XML Elements using XSLT Pin
Michael Flanakin29-Dec-05 3:54
Michael Flanakin29-Dec-05 3:54 
Questionstoring xml file in sql using asp Pin
suneelbabu_net27-Dec-05 16:03
suneelbabu_net27-Dec-05 16:03 
Questionhow to create instance after passing class type to function Pin
Michael Lev26-Dec-05 9:33
Michael Lev26-Dec-05 9:33 
I want function in one namespace to create instance of class defined in
another namespace.
(more detailed - I try to make independent "Seralizer" dll, to be used
by different application, each calling it from its own class which
defines the application configuration)
I failed to make it work.
Notify that in the Seralizer source I dont know the definition of the
class I get.
Foe example, how do I make lines like below working?
public void Deserialize(Type cfgType)
{
myType obj = Activator.CreateInstance(cfgType);
XmlSerializer serializer = new XmlSerializer( cfgType);
FileStream stream = new FileStream("some file...", FileMode.Open,
FileAccess.Read);
cfgType configuration = (cfgType)serializer.Deserialize(stream);
}
thanks


Michael Lev (mlev)
QuestionMSXML 0xC00000FD stack overflow Pin
agent_hunt26-Dec-05 1:06
agent_hunt26-Dec-05 1:06 
QuestionHow to Get the Value when we specify the name .. Pin
zxc8925-Dec-05 19:35
zxc8925-Dec-05 19:35 
Questionimage compression project Pin
Femi Buroh25-Dec-05 10:17
Femi Buroh25-Dec-05 10:17 
Questionextracting data from xml and loading into dataset Pin
wpcolleen20-Dec-05 1:31
wpcolleen20-Dec-05 1:31 
QuestionEasy JPG question! Pin
SpeBeeTo19-Dec-05 9:38
SpeBeeTo19-Dec-05 9:38 
AnswerRe: Easy JPG question! Pin
Michael Flanakin29-Dec-05 3:58
Michael Flanakin29-Dec-05 3:58 
GeneralRe: Easy JPG question! Pin
SpeBeeTo30-Dec-05 15:08
SpeBeeTo30-Dec-05 15:08 
QuestionTrouble using sql:relation/sql:relationship in xsd file ... Pin
cmacgowan19-Dec-05 9:17
cmacgowan19-Dec-05 9:17 
QuestionXPath expression Pin
Andy H14-Dec-05 22:37
Andy H14-Dec-05 22:37 
AnswerRe: XPath expression Pin
Stuart Dootson15-Dec-05 7:26
professionalStuart Dootson15-Dec-05 7:26 
AnswerRe: XPath expression Pin
Michael Flanakin3-Jan-06 3:09
Michael Flanakin3-Jan-06 3:09 
QuestionTool for creating xml from database table? Pin
pankazmittal14-Dec-05 11:35
pankazmittal14-Dec-05 11:35 
AnswerRe: Tool for creating xml from database table? Pin
mysorian9-Jan-06 3:14
professionalmysorian9-Jan-06 3:14 
QuestionElements vs Attributes Pin
monrobot1313-Dec-05 10:17
monrobot1313-Dec-05 10:17 
AnswerRe: Elements vs Attributes Pin
Sushant_Mathur13-Dec-05 21:16
Sushant_Mathur13-Dec-05 21:16 
GeneralRe: Elements vs Attributes Pin
Shem Su6-Jan-06 0:44
Shem Su6-Jan-06 0:44 
QuestionHow To Load & Validat XML file with XSD file using XML .Net Parser Pin
zxc8913-Dec-05 0:37
zxc8913-Dec-05 0:37 

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.