When I try to install mouse support using vmadditions, it searches for the mac address and come back "reboot and select proper device". Any one have encounter this error?
Thanks.
Here is the data:
+++++++++++++++++
<EI_GROUP>
<EI_GROUP_ITEM>
<EI_INFOSYSTEMACRONYMNAME>WAFR</EI_INFOSYSTEMACRONYMNAME>
<EI_ENVINTERESTSTARTDATE>2005-07-06</EI_ENVINTERESTSTARTDATE>
<EI_INTSTARTDATEQUALIFIERTEXT>Date of Permit...
I now have a need to have child nodes inside a child node.
I try the following but did not get anything:
+++++++++++++
<xsl:template match="ROW">
<FacilitySiteAllDetails>
<FacilitySite>
<xsl:apply-templates/>
</FacilitySite>
</FacilitySiteAllDetails>...
JontyMC,
Its working great. Thank-you.
Just one small question, how do I format it so that I have line breaks between elements:
<Document>
<Payload>
instead of <Document><Payload>
Also, can you recommend a good site that I can learn XSL?
Thanks.
What format is your data in?
>> Its in XML
XML before XSL:
++++++++
<?xml version = '1.0'?>
<ROWSET>
<ROW num="1">
<FS_FACILITYSITENAME>CSX Intermodal</FS_FACILITYSITENAME>
<ML_STFACILITYSYSTEMACRONYMNAME>FDM</ML_STFACILITYSYSTEMACRONYMNAME>
<EI_INFOSYSTEMACRONYMNAME>...
We have the following data.
row meID EI
1_______a______________a1
_______________________a2
_______________________a3
_______________________a4
2_______b______________b1
_______________________b2
3_______c______________c1
_______________________c2
I would like to use XSL to display...
I am using xsl with xml. I notice that some of the element come out in a different order that on the xsl file.
xsl:
<Document
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Id="-----TRANSACTION-ID-----"...
Hi,
I use getXML with a stylesheet, in plsql. I notice for the follow defined in the xsl:
<Payload Operation="Insert" xmlns="">
the xmlns="", did not show up in the xml
but if xmlns has value, ie: <Payload Operation="Insert" xmlns="9999">
then the xmlns show up.
I need the xmlns to have no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.