| Author |
XmlDocument Help Needed
|
|
| CranCran77 2006-02-03, 7:47 am |
| Hi ~
Is there a way to extract an XML document from the XmlDocument object
as a string; however not have it add the carriage returns and
formatting to the document but rather just do a single line type of
text?
Chris
| |
| carlos medina 2006-02-03, 7:47 am |
| hi..
you can use the InnerXml property from XmlDocument object.
"CranCran77" <crancran@gmail.com> wrote in message
news:1138968980.825833.137140@g47g2000cwa.googlegroups.com...
> Hi ~
>
> Is there a way to extract an XML document from the XmlDocument object
> as a string; however not have it add the carriage returns and
> formatting to the document but rather just do a single line type of
> text?
>
> Chris
>
| |
| CranCran77 2006-02-03, 5:53 pm |
| Didn't work, still leave the carriage returns and so forth in the XML
output. Is there a way to strip these ???
| |
| Greg Forsythe 2006-02-03, 5:53 pm |
| Check out the XmlDocument PreserveWhiteSpace property
Greg
"CranCran77" <crancran@gmail.com> wrote in message
news:1138986234.490298.11170@f14g2000cwb.googlegroups.com...
> Didn't work, still leave the carriage returns and so forth in the XML
> output. Is there a way to strip these ???
>
|
|
|
|